forked from dappnode/DAppNodePackage-rocketpool-testnet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dappnode_package.json
32 lines (32 loc) · 1.16 KB
/
dappnode_package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "rocketpool-testnet.public.dappnode.eth",
"version": "0.1.8",
"upstreamVersion": "v1.14.1",
"upstreamRepo": "rocket-pool/smartnode-install",
"architectures": ["linux/amd64"],
"description": "How Rocket Pool Works. Unlike solo stakers, who are required to put 32 ETH up for deposit to create a new validator, Rocket Pool nodes only need to deposit 8/16 ETH per validator. This will be coupled with 16 ETH from the staking pool (which stakers deposited in exchange for rETH) to create a new Ethereum validator. This new validator is called a minipool.",
"type": "service",
"author": "dappnode",
"categories": ["Developer tools"],
"links": {
"ui": "http://rocketpool-testnet.public.dappnode/",
"homepage": "https://rocketpool.net/"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_HOLESKY", "CONSENSUS_CLIENT_HOLESKY"],
"services": ["rocketpool-testnet.public.dappnode.eth"]
}
],
"backup": [
{
"name": "data",
"path": "/rocketpool/data",
"service": "rocketpool-testnet.public.dappnode.eth"
}
],
"dependencies": {
"web3signer-holesky.dnp.dappnode.eth": "latest"
},
"license": "GLP-3.0"
}