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 5
/
dappnode_package.json
55 lines (55 loc) · 2.3 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
53
54
55
{
"name": "prysm-prater.dnp.dappnode.eth",
"version": "1.0.28",
"upstreamVersion": "v5.0.0",
"upstreamRepo": "prysmaticlabs/prysm",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Prysm implementation for Prater Beacon chain + validator",
"description": "Validate with Prysm: a Go implementation of the Beacon Chain and open source project created by Prysmatic Labs. Beacon node which powers the beacon chain at the core of Ethereum 2.0\n\nIt includes a Grafana dashboard for the [DMS](http://my.dappnode/#/installer/dms.dnp.dappnode.eth) thanks to the amazing work of [metanull-operator](https://github.com/metanull-operator/eth2-grafana)",
"type": "service",
"architectures": ["linux/amd64"],
"chain": {
"driver": "ethereum-beacon-chain",
"serviceName": "beacon-chain",
"portNumber": 3500
},
"mainService": "validator",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": [
"dappLion <[email protected]> (https://github.com/dapplion)",
"tropicar <[email protected]> (https://github.com/tropicar)",
"pablo <[email protected]> (https://github.com/pablomendezroyo)",
"Voss <[email protected]> (https://github/alexpeterson91)"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-prysm-prater.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-prysm-prater/issues"
},
"requirements": {
"minimumDappnodeVersion": "0.2.60"
},
"categories": ["Blockchain", "ETH2.0"],
"links": {
"ui": "http://brain.web3signer-prater.dappnode/",
"homepage": "https://prysmaticlabs.com/",
"readme": "https://github.com/dappnode/DAppNodePackage-prysm-prater",
"docs": "https://docs.prylabs.network/docs/getting-started"
},
"warnings": {
"onRemove": "Before deleting this package, make sure your StakersUI does not have Prysm Prater Selected as the Consensus Client, or you will stop validating. You can check it by going to Stakers on the Left Nav Bar and then selecting the Prater Tab along the top.)"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_PRATER", "MEVBOOST_PRATER"],
"services": ["beacon-chain"]
},
{
"envs": ["MEVBOOST_PRATER"],
"services": ["validator"]
}
]
}