-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdappnode_package.json
More file actions
34 lines (34 loc) · 941 Bytes
/
dappnode_package.json
File metadata and controls
34 lines (34 loc) · 941 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
31
32
33
34
{
"name": "gnosis-reth.dnp.dappnode.eth",
"version": "0.2.1",
"requirements": {
"minimumDappnodeVersion": "0.3.11"
},
"upstream": [
{
"repo": "gnosischain/reth_gnosis",
"version": "v1.0.3",
"arg": "UPSTREAM_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2",
"arg": "STAKER_SCRIPTS_VERSION"
}
],
"description": "reth-gnosis.dnp.dappnode.eth description",
"type": "service",
"chain": "ethereum",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"architectures": ["linux/amd64"],
"categories": ["Blockchain"],
"keywords": ["reth", "ethereum", "client", "execution"],
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-reth-gnosis.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-reth-gnosis/issues"
},
"license": "GPL-3.0"
}