From bb6be5e4a243cf519be1ab0830e16758fc020fba Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Thu, 5 Jun 2025 23:08:32 +1000 Subject: [PATCH] Update kurtosis config and EL images. --- scripts/local_testnet/network_params.yaml | 2 +- scripts/local_testnet/network_params_das.yaml | 6 ++++-- scripts/tests/checkpoint-sync-config-devnet.yaml | 4 ++++ scripts/tests/checkpoint-sync-config-sepolia.yaml | 4 ++++ scripts/tests/network_params.yaml | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/scripts/local_testnet/network_params.yaml b/scripts/local_testnet/network_params.yaml index e671340afb8..05f1c5a54ce 100644 --- a/scripts/local_testnet/network_params.yaml +++ b/scripts/local_testnet/network_params.yaml @@ -8,7 +8,7 @@ participants: - --target-peers=3 count: 4 network_params: - deneb_fork_epoch: 0 + electra_fork_epoch: 0 seconds_per_slot: 3 global_log_level: debug snooper_enabled: false diff --git a/scripts/local_testnet/network_params_das.yaml b/scripts/local_testnet/network_params_das.yaml index 628b2696a5c..b16be34b89c 100644 --- a/scripts/local_testnet/network_params_das.yaml +++ b/scripts/local_testnet/network_params_das.yaml @@ -1,7 +1,8 @@ participants: - cl_type: lighthouse cl_image: lighthouse:local - el_image: ethpandaops/geth:marius-engine-getblobs-v2 + el_type: geth + el_image: ethpandaops/geth:fusaka-devnet-0 cl_extra_params: - --subscribe-all-data-column-subnets - --subscribe-all-subnets @@ -11,7 +12,8 @@ participants: count: 2 - cl_type: lighthouse cl_image: lighthouse:local - el_image: ethpandaops/geth:marius-engine-getblobs-v2 + el_type: geth + el_image: ethpandaops/geth:fusaka-devnet-0 cl_extra_params: # Note: useful for testing range sync (only produce block if the node is in sync to prevent forking) - --sync-tolerance-epochs=0 diff --git a/scripts/tests/checkpoint-sync-config-devnet.yaml b/scripts/tests/checkpoint-sync-config-devnet.yaml index e81e5d44010..c536d26b3b5 100644 --- a/scripts/tests/checkpoint-sync-config-devnet.yaml +++ b/scripts/tests/checkpoint-sync-config-devnet.yaml @@ -2,9 +2,13 @@ participants: - cl_type: lighthouse cl_image: lighthouse:local + el_type: geth + el_image: ethpandaops/geth:fusaka-devnet-0 supernode: true - cl_type: lighthouse cl_image: lighthouse:local + el_type: geth + el_image: ethpandaops/geth:fusaka-devnet-0 supernode: false checkpoint_sync_enabled: true diff --git a/scripts/tests/checkpoint-sync-config-sepolia.yaml b/scripts/tests/checkpoint-sync-config-sepolia.yaml index 2adf9c22b84..289dee78693 100644 --- a/scripts/tests/checkpoint-sync-config-sepolia.yaml +++ b/scripts/tests/checkpoint-sync-config-sepolia.yaml @@ -2,9 +2,13 @@ participants: - cl_type: lighthouse cl_image: lighthouse:local + el_type: geth + el_image: ethereum/client-go:latest supernode: true - cl_type: lighthouse cl_image: lighthouse:local + el_type: geth + el_image: ethereum/client-go:latest supernode: false checkpoint_sync_enabled: true diff --git a/scripts/tests/network_params.yaml b/scripts/tests/network_params.yaml index 21114df0e82..0fda1aa34ba 100644 --- a/scripts/tests/network_params.yaml +++ b/scripts/tests/network_params.yaml @@ -8,7 +8,7 @@ participants: - --target-peers=3 count: 4 network_params: - deneb_fork_epoch: 0 + electra_fork_epoch: 0 seconds_per_slot: 3 num_validator_keys_per_node: 20 global_log_level: debug