Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 26 additions & 21 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,37 @@
{
"upstream": [
{
"repo": "erigontech/erigon",
"version": "v3.4.2",
"arg": "UPSTREAM_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2",
"arg": "STAKER_SCRIPTS_VERSION"
}
"architectures": [
"linux/amd64",
"linux/arm64"
],
"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)",
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-erigon-generic/issues"
},
"categories": [
"Blockchain"
],
"chain": "ethereum",
"description": "Erigon is an implementation of Ethereum (execution layer with embeddable consensus layer), on the efficiency frontier.",
"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"
}
},
"shortDescription": "Ethereum implementation on the efficiency frontier.",
"type": "service",
"upstream": [
{
"arg": "UPSTREAM_VERSION",
"repo": "erigontech/erigon",
"version": "v3.4.3"
},
{
"arg": "STAKER_SCRIPTS_VERSION",
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2"
}
]
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: erigon
args:
UPSTREAM_VERSION: v3.4.2
UPSTREAM_VERSION: v3.4.3
STAKER_SCRIPTS_VERSION: v0.1.2
DATA_DIR: /home/erigon/.local/share
environment:
Expand Down
Loading