generated from dappnode/DAppNodePackage-Lodestar-Prater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dappnode_package.json
52 lines (52 loc) · 1.78 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "lodestar-holesky.dnp.dappnode.eth",
"version": "0.1.11",
"upstreamVersion": "v1.22.0",
"architectures": ["linux/amd64", "linux/arm64"],
"upstreamRepo": "ChainSafe/lodestar",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Lodestar Holesky Beacon chain + validator",
"description": "Lodestar Holesky is an open-source Ethereum Consensus Client on the Holesky Testnet written in Typescript; maintained by ChainSafe Systems",
"type": "service",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"Voss <voss@visnovalabs.io> (https://github.com/alexpeterson91)",
"Nabsku <thenabsku@gmail.com> (https://github.com/nabsku)"
],
"categories": ["Blockchain", "ETH2.0"],
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-Lodestar-Holesky.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-Lodestar-Holesky/issues"
},
"links": {
"ui": "http://brain.web3signer-holesky.dappnode/",
"homepage": "https://lodestar.chainsafe.io/",
"docs": "https://chainsafe.github.io/lodestar/",
"readme": "https://github.com/ChainSafe/lodestar/blob/stable/README.md"
},
"license": "LGPL-3.0",
"requirements": {
"minimumDappnodeVersion": "0.2.67"
},
"chain": {
"driver": "ethereum-beacon-chain",
"serviceName": "beacon-chain",
"portNumber": 3500
},
"warnings": {
"onRemove": "Make sure your Holesky StakersUI does not have Lodestar Holesky selected as your Consensus Layer Client or you will stop validating!"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_HOLESKY", "MEVBOOST_HOLESKY"],
"services": ["beacon-chain"]
},
{
"envs": ["MEVBOOST_HOLESKY"],
"services": ["validator"]
}
]
}