Skip to content

Commit

Permalink
Fix validator MEV Boost flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Sep 24, 2024
1 parent 338d5a8 commit 28d3973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VALID_GRAFFITI=$(get_valid_graffiti "${GRAFFITI}")
VALID_FEE_RECIPIENT=$(get_valid_fee_recipient "${FEE_RECIPIENT}")
SIGNER_API_URL=$(get_signer_api_url "${NETWORK}" "${SUPPORTED_NETWORKS}")
BEACON_API_URL=$(get_beacon_api_url "${NETWORK}" "${SUPPORTED_NETWORKS}" "${CLIENT}")
MEVBOOST_FLAGS=$(get_mevboost_flag "${MEVBOOST_FLAG_KEYS}" "${SKIP_MEVBOOST_URL}")
MEVBOOST_FLAGS=$(get_mevboost_flag "${NETWORK}" "${MEVBOOST_FLAG_KEYS}" "${SKIP_MEVBOOST_URL}")

FLAGS="--log-destination=CONSOLE \
validator-client \
Expand Down

0 comments on commit 28d3973

Please sign in to comment.