diff --git a/.github/tests/minimal.yaml b/.github/tests/minimal.yaml index 99a5ea5be..254825556 100644 --- a/.github/tests/minimal.yaml +++ b/.github/tests/minimal.yaml @@ -3,14 +3,14 @@ participants: cl_type: teku - el_type: geth cl_type: prysm - - el_type: erigon - cl_type: nimbus - - el_type: besu - cl_type: lighthouse + # - el_type: erigon + # cl_type: nimbus + #- el_type: besu + # cl_type: lighthouse - el_type: reth cl_type: lodestar - - el_type: geth - cl_type: grandine + # - el_type: geth + # cl_type: grandine network_params: preset: minimal docker_cache_params: diff --git a/README.md b/README.md index 804d6507d..2bbe8f5c4 100644 --- a/README.md +++ b/README.md @@ -1061,7 +1061,7 @@ spamoor_params: # Ethereum genesis generator params ethereum_genesis_generator_params: # The image to use for ethereum genesis generator - image: ethpandaops/ethereum-genesis-generator:4.1.6 + image: ethpandaops/ethereum-genesis-generator:4.1.7 # Global parameter to set the exit ip address of services and public ports port_publisher: diff --git a/network_params.yaml b/network_params.yaml index 36227a042..c50a61589 100644 --- a/network_params.yaml +++ b/network_params.yaml @@ -207,7 +207,7 @@ keymanager_enabled: false checkpoint_sync_enabled: false checkpoint_sync_url: "" ethereum_genesis_generator_params: - image: ethpandaops/ethereum-genesis-generator:4.1.6 + image: ethpandaops/ethereum-genesis-generator:4.1.7 port_publisher: nat_exit_ip: KURTOSIS_IP_ADDR_PLACEHOLDER el: diff --git a/src/package_io/constants.star b/src/package_io/constants.star index b8bc39190..d19a5b350 100644 --- a/src/package_io/constants.star +++ b/src/package_io/constants.star @@ -95,7 +95,7 @@ DEFAULT_SPAMOOR_IMAGE = "ethpandaops/spamoor:latest" DEFAULT_ASSERTOOR_IMAGE = "ethpandaops/assertoor:latest" DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest" DEFAULT_ETHEREUM_GENESIS_GENERATOR_IMAGE = ( - "ethpandaops/ethereum-genesis-generator:4.1.6" + "ethpandaops/ethereum-genesis-generator:4.1.7" ) DEFAULT_YQ_IMAGE = "linuxserver/yq" DEFAULT_FLASHBOTS_RELAY_IMAGE = "ethpandaops/mev-boost-relay:main"