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
51 lines (51 loc) · 1.63 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
{
"name": "teku-prater.dnp.dappnode.eth",
"version": "0.1.22",
"upstreamVersion": "24.1.0",
"architectures": ["linux/amd64"],
"upstreamRepo": "ConsenSys/teku",
"shortDescription": "Teku Prater Beacon chain + validator",
"description": "Teku implementation of Prater Beacon chain + validator",
"type": "service",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": [
"mgarciate <[email protected]> (https://github.com/mgarciate)",
"pablomendezroyo <[email protected]> (https://github.com/pablomendezroyo"
],
"categories": ["Blockchain", "ETH2.0"],
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-teku-prater.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-teku-prater/issues"
},
"links": {
"ui": "http://brain.web3signer-prater.dappnode",
"homepage": "https://docs.teku.consensys.net",
"readme": "https://github.com/ConsenSys/teku/blob/master/README.md",
"docs": "https://docs.teku.consensys.net"
},
"license": "Apache-2.0",
"requirements": {
"minimumDappnodeVersion": "0.2.58"
},
"chain": {
"driver": "ethereum-beacon-chain",
"serviceName": "beacon-chain",
"portNumber": 3500
},
"warnings": {
"onRemove": "Make sure your web3signer does not have this client selected or you will stop validating! (Packages > web3signer > config > client)"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_PRATER", "MEVBOOST_PRATER"],
"services": ["beacon-chain"]
},
{
"envs": ["MEVBOOST_PRATER"],
"services": ["validator"]
}
]
}