-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdappnode_package.json
More file actions
30 lines (30 loc) · 816 Bytes
/
dappnode_package.json
File metadata and controls
30 lines (30 loc) · 816 Bytes
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
{
"upstream": [
{
"repo": "stakewise/v3-operator",
"version": "v4.0.2",
"arg": "UPSTREAM_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2",
"arg": "STAKER_SCRIPTS_VERSION"
}
],
"description": "StakeWise V3 allows anyone who is capable of running Ethereum validators to participate in liquid staking and receive staking delegations from others.",
"type": "service",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"categories": ["ETH2.0"],
"architectures": ["linux/amd64"],
"links": {
"homepage": "https://stakewise.io/#home"
},
"license": "GPL-3.0",
"backup": [
{
"name": "operator-config",
"path": "/app/data/config",
"service": "operator"
}
]
}