Skip to content

Commit

Permalink
Fix sepolia sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Aug 9, 2024
1 parent fc1246f commit 031f7c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions beacon-chain/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ MEVBOOST_FLAG_KEY="--http-mev-relay"
. /etc/profile.d/consensus_tools.sh

ENGINE_URL="http://execution.${NETWORK}.staker.dappnode:8551"

if [ "$NETWORK" = "sepolia" ]; then
ENGINE_URL="http://sepolia-geth.dappnode:8551"
fi

VALID_FEE_RECIPIENT=$(get_valid_fee_recipient "${FEE_RECIPIENT}")
MEVBOOST_FLAG=$(get_mevboost_flag "${NETWORK}" "${MEVBOOST_FLAG_KEY}")

Expand Down

0 comments on commit 031f7c5

Please sign in to comment.