mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Update kurtosis config to start from electra genesis. https://github.com/sigp/lighthouse/issues/6826#issuecomment-2900375344
21 lines
514 B
YAML
21 lines
514 B
YAML
# Kurtosis config file to checkpoint sync to a live network (Sepolia).
|
|
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
|
|
checkpoint_sync_url: "https://checkpoint-sync.sepolia.ethpandaops.io"
|
|
|
|
global_log_level: debug
|
|
|
|
network_params:
|
|
network: sepolia
|