-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdappnode_package.json
More file actions
49 lines (49 loc) · 1.4 KB
/
Copy pathdappnode_package.json
File metadata and controls
49 lines (49 loc) · 1.4 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
48
49
{
"architectures": [
"linux/amd64",
"linux/arm64"
],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-lighthouse-generic/issues"
},
"categories": [
"Blockchain",
"ETH2.0"
],
"chain": {
"driver": "ethereum-beacon-chain",
"portNumber": 3500,
"serviceName": "beacon-chain"
},
"contributors": [
"pablo <pablo@dappnode.io> (https://github.com/pablomendezroyo)",
"mgarciate <mgarciate@gmail.com> (https://github.com/mgarciate)"
],
"description": "Lighthouse is an Ethereum consensus client based in Rust and developed by [Sigma Prime](https://github.com/sigp/).",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-lighthouse-generic.git"
},
"requirements": {
"minimumDappnodeVersion": "0.2.106"
},
"shortDescription": "Lighthouse Consensus Client + Validator Client",
"type": "service",
"upstream": [
{
"arg": "UPSTREAM_VERSION",
"repo": "sigp/lighthouse",
"version": "v8.2.2"
},
{
"arg": "STAKER_SCRIPTS_VERSION",
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2"
}
],
"warnings": {
"onRemove": "Make sure your StakersUI does not have this client selected! Double check in the Stakers Tab in the left NavBar"
}
}