⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
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
5 changes: 5 additions & 0 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"repo": "paradigmxyz/reth",
"version": "v1.3.4",
"arg": "UPSTREAM_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2",
"arg": "STAKER_SCRIPTS_VERSION"
}
],
"shortDescription": "Reth is the Rust implementation of the Ethereum protocol.",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: reth
args:
UPSTREAM_VERSION: v1.3.4
STAKER_SCRIPTS_VERSION: v0.1.0
STAKER_SCRIPTS_VERSION: v0.1.2
DATA_DIR: /data/reth
volumes:
- reth:/data/reth
Expand Down