-
Notifications
You must be signed in to change notification settings - Fork 2
/
dappnode_package.json
61 lines (61 loc) · 1.79 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
56
57
58
59
60
61
{
"upstream": [
{
"repo": "ssvlabs/ssv",
"version": "v2.0.2",
"arg": "OPERATOR_UPSTREAM_VERSION"
},
{
"repo": "ssvlabs/ssv-dkg",
"version": "v2.1.0",
"arg": "DKG_UPSTREAM_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.1",
"arg": "STAKER_SCRIPTS_VERSION"
}
],
"architectures": ["linux/amd64"],
"shortDescription": "SSV",
"description": "The SSV Network is a decentralized, open-source Ethereum staking network that enhances validator key security and network redundancy using Distributed Validator Technology (DVT)",
"type": "service",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)",
"Voss <[email protected]> (https://github.com/alexpeterson91)"
],
"categories": ["Lido", "ETH2.0"],
"license": "GPL-3.0",
"mainService": "operator",
"links": {
"SSV.Network Explorer": "https://explorer.ssv.network/",
"Homepage": "https://ssv.network/",
"Validator Deposit Bot": "https://discord.gg/CBwPUX2Aav",
"Docs": "https://docs.ssv.network/learn/introduction",
"tSSV Faucet": "https://faucet.ssv.network/",
"SSV Web App": "http://app.ssv.network/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-SSV-generic.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-SSV-generic/issues"
},
"requirements": {
"minimumDappnodeVersion": "0.2.101"
},
"backup": [
{
"name": "operator-config",
"path": "/data/operator/config",
"service": "operator"
},
{
"name": "dkg-output",
"path": "/data/dkg/output",
"service": "dkg"
}
]
}