Skip to content

Commit 9f7ad78

Browse files
authored
feat: Update egg to support new system contract addresses (#883)
1 parent dbe7912 commit 9f7ad78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ spamoor_blob_params:
986986
# Ethereum genesis generator params
987987
ethereum_genesis_generator_params:
988988
# The image to use for ethereum genesis generator
989-
image: ethpandaops/ethereum-genesis-generator:3.5.1
989+
image: ethpandaops/ethereum-genesis-generator:3.7.0
990990

991991
# Global parameter to set the exit ip address of services and public ports
992992
port_publisher:

src/package_io/constants.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ DEFAULT_DORA_IMAGE = "ethpandaops/dora:latest"
8989
DEFAULT_ASSERTOOR_IMAGE = "ethpandaops/assertoor:latest"
9090
DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"
9191
DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = (
92-
"ethpandaops/ethereum-genesis-generator:3.6.0"
92+
"ethpandaops/ethereum-genesis-generator:3.7.0"
9393
)
9494
DEFAULT_FLASHBOTS_RELAY_IMAGE = "flashbots/mev-boost-relay:0.29.2a3"
9595
DEFAULT_FLASHBOTS_BUILDER_IMAGE = "ethpandaops/reth-rbuilder:develop"

0 commit comments

Comments
 (0)