-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdappnode_package.json
More file actions
47 lines (47 loc) · 1.65 KB
/
dappnode_package.json
File metadata and controls
47 lines (47 loc) · 1.65 KB
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
{
"upstream": [
{
"repo": "prysmaticlabs/prysm",
"version": "v7.1.2",
"arg": "UPSTREAM_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2",
"arg": "STAKER_SCRIPTS_VERSION"
}
],
"shortDescription": "Prysm Consensus Client + Validator Client",
"description": "Validate with Prysm: a Go implementation for the Ethereum consensus layer and open source project created by Prysmatic Labs.\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",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"architectures": ["linux/amd64", "linux/arm64"],
"mainService": "beacon-chain",
"contributors": [
"dappLion <dapplion@dappnode.io> (https://github.com/dapplion)"
],
"chain": {
"driver": "ethereum-beacon-chain",
"serviceName": "beacon-chain",
"portNumber": 3500
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-prysm-generic.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-prysm-generic/issues"
},
"requirements": {
"minimumDappnodeVersion": "0.2.106"
},
"categories": ["Blockchain", "ETH2.0"],
"style": {
"featuredBackground": "linear-gradient(67deg, #16000c, #123939)",
"featuredColor": "white"
},
"warnings": {
"onRemove": "Make sure your StakersUI does not have this client selected! Double check in the Stakers Tab in the left NavBar"
}
}