-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdappnode_package.json
More file actions
32 lines (32 loc) · 1.15 KB
/
dappnode_package.json
File metadata and controls
32 lines (32 loc) · 1.15 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
30
31
32
{
"name": "rocketpool-testnet.public.dappnode.eth",
"version": "0.1.10",
"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-testnet.public.dappnode/",
"homepage": "https://rocketpool.net/"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_HOODI", "CONSENSUS_CLIENT_HOODI"],
"services": ["rocketpool-testnet.public.dappnode.eth"]
}
],
"backup": [
{
"name": "data",
"path": "/rocketpool/data",
"service": "rocketpool-testnet.public.dappnode.eth"
}
],
"dependencies": {
"web3signer-hoodi.dnp.dappnode.eth": "latest"
},
"license": "GLP-3.0"
}