File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ ethereum_metrics_exporter_enabled: true
3131snooper_enabled : true
3232mev_type : flashbots
3333mev_params :
34- mev_relay_image : flashbots /mev-boost-relay:latest
34+ mev_relay_image : ethpandaops /mev-boost-relay:main
3535persistent : True
Original file line number Diff line number Diff line change @@ -841,13 +841,13 @@ mev_type: null
841841# Parameters if MEV is used
842842mev_params :
843843 # The image to use for MEV boost relay
844- mev_relay_image : flashbots /mev-boost-relay
844+ mev_relay_image : ethpandaops /mev-boost-relay:main
845845 # The image to use for the builder
846846 mev_builder_image : ethpandaops/flashbots-builder:main
847847 # The image to use for the CL builder
848848 mev_builder_cl_image : sigp/lighthouse:latest
849849 # The image to use for mev-boost
850- mev_boost_image : flashbots /mev-boost
850+ mev_boost_image : ethpandaops /mev-boost:develop
851851 # Parameters for MEV Boost. This overrides all arguments of the mev-boost container
852852 mev_boost_args : []
853853 # Extra parameters to send to the API
Original file line number Diff line number Diff line change @@ -137,10 +137,10 @@ disable_peer_scoring: false
137137persistent : false
138138mev_type : null
139139mev_params :
140- mev_relay_image : flashbots /mev-boost-relay
140+ mev_relay_image : ethpandaops /mev-boost-relay:main
141141 mev_builder_image : ethpandaops/flashbots-builder:main
142142 mev_builder_cl_image : sigp/lighthouse:latest
143- mev_boost_image : flashbots /mev-boost
143+ mev_boost_image : ethpandaops /mev-boost:develop
144144 mev_boost_args : ["mev-boost", "--relay-check"]
145145 mev_relay_api_extra_args : []
146146 mev_relay_housekeeper_extra_args : []
Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
9191DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = (
9292 "ethpandaops/ethereum-genesis-generator:3.7.0"
9393)
94- DEFAULT_FLASHBOTS_RELAY_IMAGE = "flashbots /mev-boost-relay:0.29.2a3 "
94+ DEFAULT_FLASHBOTS_RELAY_IMAGE = "ethpandaops /mev-boost-relay:main "
9595DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"
96- DEFAULT_FLASHBOTS_MEV_BOOST_IMAGE = "flashbots /mev-boost"
96+ DEFAULT_FLASHBOTS_MEV_BOOST_IMAGE = "ethpandaops /mev-boost:develop "
9797DEFAULT_MEV_RS_IMAGE = "ethpandaops/mev-rs:main"
9898DEFAULT_MEV_RS_IMAGE_MINIMAL = "ethpandaops/mev-rs:main-minimal"
9999DEFAULT_COMMIT_BOOST_MEV_BOOST_IMAGE = "ghcr.io/commit-boost/pbs:latest"
You can’t perform that action at this time.
0 commit comments