-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdappnode_package.json
More file actions
44 lines (44 loc) · 1.17 KB
/
Copy pathdappnode_package.json
File metadata and controls
44 lines (44 loc) · 1.17 KB
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
{
"architectures": [
"linux/amd64"
],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-reth-generic/issues"
},
"categories": [
"Blockchain"
],
"chain": "ethereum",
"description": "Ethereum is a global, open-source platform for decentralized applications where you can write code that controls digital value, runs exactly as programmed, and is accessible anywhere in the world.",
"dockerTimeout": "20min",
"keywords": [
"reth",
"rust-ethereum",
"ethereum",
"client",
"execution"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-reth-generic.git"
},
"requirements": {
"minimumDappnodeVersion": "0.2.106"
},
"shortDescription": "Reth is the Rust implementation of the Ethereum protocol.",
"type": "service",
"upstream": [
{
"arg": "UPSTREAM_VERSION",
"repo": "paradigmxyz/reth",
"version": "v2.5.2"
},
{
"arg": "STAKER_SCRIPTS_VERSION",
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2"
}
]
}