Skip to content

Commit

Permalink
Merge pull request #249 from yorickdowne/main
Browse files Browse the repository at this point in the history
Fix Teku rapid sync setup via `./ethd config`
  • Loading branch information
yorickdowne committed Jun 7, 2021
2 parents 1eec347 + aec8dc1 commit d6e7f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ If we've helped you out, in-person or by creating this project, a tip will be ve

# Version

This is eth-docker v1.2.5.1
This is eth-docker v1.2.5.2
2 changes: 1 addition & 1 deletion ethd
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ config () {
if [[ "${CONSENSUS_CLIENT}" == "teku-base.yml" ]]; then
if (whiptail --title "Select Option" --yesno "Do you want to use Teku rapid sync with Infura beacon?" 10 60) then
query_infura_beacon
TEKU_RAPID_SYNC="${INFURA_BEACON}/eth/v1/debug/beacon/states/finalized"
TEKU_RAPID_SYNC="--initial-state ${INFURA_BEACON}/eth/v1/debug/beacon/states/finalized"
else
TEKU_RAPID_SYNC=""
fi
Expand Down

0 comments on commit d6e7f80

Please sign in to comment.