-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdappnode_package.json
More file actions
32 lines (32 loc) · 994 Bytes
/
dappnode_package.json
File metadata and controls
32 lines (32 loc) · 994 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
{
"upstream": [
{
"repo": "erigontech/erigon",
"version": "v3.3.10",
"arg": "UPSTREAM_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2",
"arg": "STAKER_SCRIPTS_VERSION"
}
],
"description": "Erigon is an implementation of Ethereum (execution layer with embeddable consensus layer), on the efficiency frontier.",
"shortDescription": "Ethereum implementation on the efficiency frontier.",
"type": "service",
"chain": "ethereum",
"categories": ["Blockchain"],
"architectures": ["linux/amd64", "linux/arm64"],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-erigon-generic.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-erigon-generic/issues"
},
"requirements": {
"minimumDappnodeVersion": "0.2.106"
}
}