forked from dappnode/DAppNodePackage-rocketpool-testnet
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdappnode_package.json
More file actions
29 lines (29 loc) · 1.03 KB
/
dappnode_package.json
File metadata and controls
29 lines (29 loc) · 1.03 KB
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
{
"name": "rocketpool.dnp.dappnode.eth",
"version": "0.1.8",
"upstreamVersion": "v1.19.3",
"upstreamRepo": "rocket-pool/smartnode",
"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.dappnode/",
"homepage": "https://rocketpool.net/"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_MAINNET", "CONSENSUS_CLIENT_MAINNET"],
"services": ["rocketpool.dnp.dappnode.eth"]
}
],
"backup": [
{
"name": "data",
"path": "/rocketpool/data",
"service": "rocketpool.dnp.dappnode.eth"
}
],
"license": "GLP-3.0"
}