Commit 176b08a7 authored by Parithosh Jayanthi's avatar Parithosh Jayanthi Committed by GitHub

fix: Update default mev-images source (#884)

parent 9f7ad78b
...@@ -31,5 +31,5 @@ ethereum_metrics_exporter_enabled: true ...@@ -31,5 +31,5 @@ ethereum_metrics_exporter_enabled: true
snooper_enabled: true snooper_enabled: true
mev_type: flashbots mev_type: flashbots
mev_params: mev_params:
mev_relay_image: flashbots/mev-boost-relay:latest mev_relay_image: ethpandaops/mev-boost-relay:main
persistent: True persistent: True
...@@ -841,13 +841,13 @@ mev_type: null ...@@ -841,13 +841,13 @@ mev_type: null
# Parameters if MEV is used # Parameters if MEV is used
mev_params: mev_params:
# The image to use for MEV boost relay # The image to use for MEV boost relay
mev_relay_image: flashbots/mev-boost-relay mev_relay_image: ethpandaops/mev-boost-relay:main
# The image to use for the builder # The image to use for the builder
mev_builder_image: ethpandaops/flashbots-builder:main mev_builder_image: ethpandaops/flashbots-builder:main
# The image to use for the CL builder # The image to use for the CL builder
mev_builder_cl_image: sigp/lighthouse:latest mev_builder_cl_image: sigp/lighthouse:latest
# The image to use for mev-boost # The image to use for mev-boost
mev_boost_image: flashbots/mev-boost mev_boost_image: ethpandaops/mev-boost:develop
# Parameters for MEV Boost. This overrides all arguments of the mev-boost container # Parameters for MEV Boost. This overrides all arguments of the mev-boost container
mev_boost_args: [] mev_boost_args: []
# Extra parameters to send to the API # Extra parameters to send to the API
......
...@@ -137,10 +137,10 @@ disable_peer_scoring: false ...@@ -137,10 +137,10 @@ disable_peer_scoring: false
persistent: false persistent: false
mev_type: null mev_type: null
mev_params: mev_params:
mev_relay_image: flashbots/mev-boost-relay mev_relay_image: ethpandaops/mev-boost-relay:main
mev_builder_image: ethpandaops/flashbots-builder:main mev_builder_image: ethpandaops/flashbots-builder:main
mev_builder_cl_image: sigp/lighthouse:latest mev_builder_cl_image: sigp/lighthouse:latest
mev_boost_image: flashbots/mev-boost mev_boost_image: ethpandaops/mev-boost:develop
mev_boost_args: ["mev-boost", "--relay-check"] mev_boost_args: ["mev-boost", "--relay-check"]
mev_relay_api_extra_args: [] mev_relay_api_extra_args: []
mev_relay_housekeeper_extra_args: [] mev_relay_housekeeper_extra_args: []
......
...@@ -91,9 +91,9 @@ DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest" ...@@ -91,9 +91,9 @@ DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = ( DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = (
"ethpandaops/ethereum-genesis-generator:3.7.0" "ethpandaops/ethereum-genesis-generator:3.7.0"
) )
DEFAULT_FLASHBOTS_RELAY_IMAGE = "flashbots/mev-boost-relay:0.29.2a3" DEFAULT_FLASHBOTS_RELAY_IMAGE = "ethpandaops/mev-boost-relay:main"
DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop" DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"
DEFAULT_FLASHBOTS_MEV_BOOST_IMAGE = "flashbots/mev-boost" DEFAULT_FLASHBOTS_MEV_BOOST_IMAGE = "ethpandaops/mev-boost:develop"
DEFAULT_MEV_RS_IMAGE = "ethpandaops/mev-rs:main" DEFAULT_MEV_RS_IMAGE = "ethpandaops/mev-rs:main"
DEFAULT_MEV_RS_IMAGE_MINIMAL = "ethpandaops/mev-rs:main-minimal" DEFAULT_MEV_RS_IMAGE_MINIMAL = "ethpandaops/mev-rs:main-minimal"
DEFAULT_COMMIT_BOOST_MEV_BOOST_IMAGE = "ghcr.io/commit-boost/pbs:latest" DEFAULT_COMMIT_BOOST_MEV_BOOST_IMAGE = "ghcr.io/commit-boost/pbs:latest"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment