-
Notifications
You must be signed in to change notification settings - Fork 0
/
dappnode_package.json
34 lines (34 loc) · 1 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
{
"upstream": [
{
"repo": "ConsenSys/teku",
"version": "24.10.3",
"arg": "UPSTREAM_VERSION"
}
],
"architectures": ["linux/amd64"],
"shortDescription": "Teku Beacon chain + validator",
"description": "Teku implementation of Beacon chain + validator",
"type": "service",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"categories": ["Blockchain", "ETH2.0"],
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-teku-generic.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-teku-generic/issues"
},
"license": "Apache-2.0",
"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)"
},
"requirements": {
"minimumDappnodeVersion": "0.2.95"
}
}