Update kurtosis config and EL images (#7570)

Update kurtosis config to start from electra genesis.

https://github.com/sigp/lighthouse/issues/6826#issuecomment-2900375344
This commit is contained in:
Jimmy Chen
2025-06-06 02:20:33 +10:00
committed by GitHub
parent 2f807e21be
commit e098f66738
5 changed files with 14 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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