generated from dappnode/DAppNodePackage-nimbus-prater
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dappnode_package.json
52 lines (52 loc) · 1.89 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": "nimbus-gnosis.dnp.dappnode.eth",
"version": "0.1.1",
"upstreamVersion": "v24.10.0",
"upstreamRepo": "status-im/nimbus-eth2",
"upstreamArg": "UPSTREAM_VERSION",
"architectures": ["linux/amd64"],
"shortDescription": "Nimbus ETH2.0 Beacon chain + validator",
"description": "Nimbus is a client implementation that strives to be as lightweight as possible in terms of resources used. This allows it to perform well on embedded systems, resource-restricted devices -- including Raspberry Pis and mobile devices -- and multi-purpose servers.",
"type": "service",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": [
"pablo <[email protected]> (https://github.com/pablomendezroyo)",
"marce <[email protected]> (https://github.com/mgarciate)",
"filoozom <[email protected]> (https://github.com/filoozom)"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-nimbus-gnosis.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-nimbus-gnosis/issues"
},
"requirements": {
"minimumDappnodeVersion": "0.2.89"
},
"categories": ["Blockchain"],
"links": {
"ui": "http://brain.web3signer-gnosis.dappnode",
"homepage": "https://nimbus.team/",
"readme": "https://github.com/dappnode/DAppNodePackage-nimbus-gnosis",
"docs": "https://nimbus.guide"
},
"chain": {
"driver": "ethereum-beacon-chain",
"serviceName": "beacon-validator",
"portNumber": 4500
},
"warnings": {
"onRemove": "Make sure your StakersUI does not have this client selected! Double check in the Stakers Tab in the left NavBar"
},
"optionalDependencies": {
"web3signer-gnosis.dnp.dappnode.eth": "1.0.10"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_GNOSIS"],
"services": ["beacon-validator"]
}
]
}