Skip to content

Commit 176b08a

Browse files
authored
fix: Update default mev-images source (ethereum#884)
1 parent 9f7ad78 commit 176b08a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/tests/mix-with-tools-mev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ ethereum_metrics_exporter_enabled: true
3131
snooper_enabled: true
3232
mev_type: flashbots
3333
mev_params:
34-
mev_relay_image: flashbots/mev-boost-relay:latest
34+
mev_relay_image: ethpandaops/mev-boost-relay:main
3535
persistent: True

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,13 +841,13 @@ mev_type: null
841841
# Parameters if MEV is used
842842
mev_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

network_params.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ disable_peer_scoring: false
137137
persistent: false
138138
mev_type: null
139139
mev_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: []

src/package_io/constants.star

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
9191
DEFAULT_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"
9595
DEFAULT_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"
9797
DEFAULT_MEV_RS_IMAGE = "ethpandaops/mev-rs:main"
9898
DEFAULT_MEV_RS_IMAGE_MINIMAL = "ethpandaops/mev-rs:main-minimal"
9999
DEFAULT_COMMIT_BOOST_MEV_BOOST_IMAGE = "ghcr.io/commit-boost/pbs:latest"

0 commit comments

Comments
 (0)