mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Partly addresses https://github.com/sigp/lighthouse/issues/7744 Implement similar peer sync attribution like in #7733 for backfill sync.
23 lines
654 B
YAML
23 lines
654 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
|
|
# There isn't a devnet-4 image
|
|
el_image: ethpandaops/geth:fusaka-devnet-3
|
|
supernode: true
|
|
- cl_type: lighthouse
|
|
cl_image: lighthouse:local
|
|
el_type: geth
|
|
# There isn't a devnet-4 image
|
|
el_image: ethpandaops/geth:fusaka-devnet-3
|
|
supernode: false
|
|
|
|
checkpoint_sync_enabled: true
|
|
checkpoint_sync_url: "https://checkpoint-sync.fusaka-devnet-4.ethpandaops.io"
|
|
|
|
global_log_level: debug
|
|
|
|
network_params:
|
|
network: fusaka-devnet-4
|