Skip to content

Commit

Permalink
Grandine mev-boost parameter change
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Jul 10, 2024
1 parent ff1e6f3 commit fe07ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grandine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fi

# Check whether we should use MEV Boost
if [ "${MEV_BOOST}" = "true" ]; then
__mev_boost="--builder-api-url ${MEV_NODE:-http://mev-boost:18550}"
__mev_boost="--builder-url ${MEV_NODE:-http://mev-boost:18550}"
echo "MEV Boost enabled"
else
__mev_boost=""
Expand Down

0 comments on commit fe07ed7

Please sign in to comment.