Skip to content
Closed
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
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"upstream": [
{
"repo": "erigontech/erigon",
"version": "v3.2.2",
"version": "v3.3.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"version": "v3.3.1",
"version": "v3.3.2",

"arg": "UPSTREAM_VERSION"
},
{
Expand Down
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.2.2
UPSTREAM_VERSION: v3.3.1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
UPSTREAM_VERSION: v3.3.1
UPSTREAM_VERSION: v3.3.2

STAKER_SCRIPTS_VERSION: v0.1.2
DATA_DIR: /home/erigon/.local/share
environment:
Expand Down
2 changes: 1 addition & 1 deletion package_variants/mainnet/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "erigon.dnp.dappnode.eth",
"version": "1.0.2",
"version": "1.0.3",
"links": {
"api": "http://erigon.dappnode:8545",
"apiEngine": "http://erigon.dappnode:8551",
Expand Down