This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
dappnode_package.json
52 lines (52 loc) · 1.79 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-prater.dnp.dappnode.eth",
"version": "0.1.11",
"upstreamVersion": "v1.19.0",
"architectures": ["linux/amd64", "linux/arm64"],
"upstreamRepo": "ChainSafe/lodestar",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Lodestar Prater Beacon chain + validator",
"description": "Lodestar Prater is an open-source Ethereum Consensus Client on the Goerli/Prater 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-Prater.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-Lodestar-Prater/issues"
},
"links": {
"ui": "http://brain.web3signer-prater.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 Göerli/Prater StakersUI does not have Lodestar Prater selected as your Consensus Layer Client or you will stop validating!"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_PRATER", "MEVBOOST_PRATER"],
"services": ["beacon-chain"]
},
{
"envs": ["MEVBOOST_PRATER"],
"services": ["validator"]
}
]
}