This repository was archived by the owner on Aug 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdappnode_package.json
More file actions
64 lines (64 loc) · 2 KB
/
dappnode_package.json
File metadata and controls
64 lines (64 loc) · 2 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "ssv.dnp.dappnode.eth",
"version": "0.1.1",
"upstream": [
{
"repo": "ssvlabs/ssv",
"version": "v1.3.7",
"arg": "OPERATOR_UPSTREAM_VERSION"
},
{
"repo": "ssvlabs/ssv-dkg",
"version": "v2.1.0",
"arg": "DKG_UPSTREAM_VERSION"
}
],
"architectures": ["linux/amd64"],
"shortDescription": "Secret Shared Validator for Ethereum mainnet",
"description": "SSV.network is a decentralized ETH staking network enabling the distributed operation of an Ethereum validator. The network allows both users and operators to diversify staking risks, optimize performance, and promote decentralization across the Ethereum consensus layer.",
"type": "service",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <edu@dappnode.io> (https://github.com/eduadiez)",
"Voss <voss@VisNovaLabs.io> (https://github.com/alexpeterson91)"
],
"categories": ["Lido", "ETH2.0"],
"license": "GPL-3.0",
"mainService": "operator",
"links": {
"Grafana Dashboards": "http://dms.dappnode/dashboards/f/ssv-dashboards/ssv-dashboards",
"SSV.Network Explorer": "https://explorer.ssv.network/",
"Homepage": "https://ssv.network/",
"Docs": "https://docs.ssv.network/learn/introduction",
"SSV Faucet": "https://faucet.ssv.network/",
"SSV Web App": "http://app.ssv.network/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-SSV.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-SSV/issues"
},
"requirements": {
"minimumDappnodeVersion": "0.2.58"
},
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_MAINNET", "CONSENSUS_CLIENT_MAINNET"],
"services": ["operator"]
}
],
"backup": [
{
"name": "operator-config",
"path": "/data/operator/config",
"service": "operator"
},
{
"name": "dkg-output",
"path": "/data/dkg/output",
"service": "dkg"
}
]
}