forked from dappnode/DAppNodePackage-SSV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dappnode_package.json
30 lines (30 loc) · 1.14 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
{
"name": "ssv-prater.dnp.dappnode.eth",
"version": "0.1.0",
"upstreamVersion": "v0.1.9",
"upstreamRepo": "bloxapp/ssv",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Secret Shared Validator Prater Testnet",
"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 <[email protected]> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)"
],
"categories": ["Blockchain", "ETH2.0"],
"license": "GPL-3.0",
"links": {
"explorer": "https://explorer.ssv.network/",
"homepage": "https://ssv.network/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-SSV.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-SSV/issues"
},
"dependencies": {
"goerli-geth.dnp.dappnode.eth": "latest"
}
}