Skip to content

Commit

Permalink
update egg image
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Dec 13, 2024
1 parent 7411c22 commit f24d233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ keymanager_enabled: false
checkpoint_sync_enabled: false
checkpoint_sync_url: ""
ethereum_genesis_generator_params:
image: ethpandaops/ethereum-genesis-generator:3.4.7
image: ethpandaops/ethereum-genesis-generator:pk910-bash-el-genesis-generator-99ffaaf # TODO: revert to 3.4.7

port_publisher:
nat_exit_ip: KURTOSIS_IP_ADDR_PLACEHOLDER
el:
Expand Down
4 changes: 1 addition & 3 deletions src/package_io/constants.star
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ COMMIT_BOOST_MEV_TYPE = "commit-boost"
DEFAULT_DORA_IMAGE = "ethpandaops/dora:latest"
DEFAULT_ASSERTOOR_IMAGE = "ethpandaops/assertoor:latest"
DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = (
"ethpandaops/ethereum-genesis-generator:pk910-bash-el-genesis-generator-99ffaaf"
)
DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = "ethpandaops/ethereum-genesis-generator:pk910-bash-el-genesis-generator-99ffaaf" # TODO: revert to 3.4.7
DEFAULT_FLASHBOTS_RELAY_IMAGE = "flashbots/mev-boost-relay:0.29.2a3"
DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"
DEFAULT_FLASHBOTS_MEV_BOOST_IMAGE = "flashbots/mev-boost"
Expand Down

0 comments on commit f24d233

Please sign in to comment.