This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
generated from dappnode/DAppNodePackage-lighthouse-prater
-
Notifications
You must be signed in to change notification settings - Fork 2
/
dappnode_package.json
51 lines (51 loc) · 1.74 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": "lighthouse.dnp.dappnode.eth",
"version": "1.0.12",
"upstreamVersion": "v5.3.0",
"architectures": ["linux/amd64", "linux/arm64"],
"upstreamRepo": "sigp/lighthouse",
"shortDescription": "Lighthouse ETH2.0 Beacon chain + validator",
"description": "Lighthouse is an Ethereum 2.0 client that connects to other Ethereum 2.0 clients to form a resilient and decentralized proof-of-stake blockchain.",
"type": "service",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"pablo <pablo@dappnode.io> (https://github.com/pablomendezroyo)",
"mgarciate <mgarciate@gmail.com> (https://github.com/mgarciate)"
],
"categories": ["Blockchain", "ETH2.0"],
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-lighthouse.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-lighthouse/issues"
},
"links": {
"ui": "http://brain.web3signer.dappnode",
"homepage": "https://github.com/dappnode/DAppNodePackage-lighthouse#readme",
"readme": "https://github.com/sigp/lighthouse/blob/stable/README.md",
"docs": "https://lighthouse-book.sigmaprime.io/"
},
"license": "Apache-2.0",
"requirements": {
"minimumDappnodeVersion": "0.2.60"
},
"chain": {
"driver": "ethereum-beacon-chain",
"serviceName": "beacon-chain",
"portNumber": 3500
},
"warnings": {
"onRemove": "Make sure your StakersUI does not have this client selected! Double check in the Stakers Tab in the left NavBar"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_MAINNET", "MEVBOOST_MAINNET"],
"services": ["beacon-chain"]
},
{
"envs": ["MEVBOOST_MAINNET"],
"services": ["validator"]
}
]
}