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
584 B
YAML
21 lines
584 B
YAML
# Kurtosis config file to checkpoint sync to a running devnet supported by ethPandaOps and `ethereum-package`.
|
|
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
|
|
checkpoint_sync_url: "https://checkpoint-sync.fusaka-devnet-0.ethpandaops.io"
|
|
|
|
global_log_level: debug
|
|
|
|
network_params:
|
|
network: fusaka-devnet-0
|