Skip to content

Commit

Permalink
Default Erigon is Dencun (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Mar 19, 2024
1 parent cba8524 commit aae8b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.env
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ BESU_DOCKERFILE=Dockerfile.binary
# SRC build target can be a tag, a branch, or a pr as "pr-ID"
ERIGON_SRC_BUILD_TARGET='$(git describe --tags $(git rev-list --tags --max-count=1))'
ERIGON_SRC_REPO=https://github.com/ledgerwatch/erigon
ERIGON_DOCKER_TAG=stable
#ERIGON_DOCKER_TAG=stable # stable tag was abandoned by Erigon team, set a tag manually
ERIGON_DOCKER_TAG=v2.58.2
ERIGON_DOCKER_REPO=thorax/erigon
ERIGON_DOCKERFILE=Dockerfile.binary

Expand Down

0 comments on commit aae8b45

Please sign in to comment.