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
19 lines
481 B
YAML
19 lines
481 B
YAML
# Full configuration reference [here](https://github.com/ethpandaops/ethereum-package?tab=readme-ov-file#configuration).
|
|
participants:
|
|
- el_type: geth
|
|
el_image: ethereum/client-go:latest
|
|
cl_type: lighthouse
|
|
cl_image: lighthouse:local
|
|
cl_extra_params:
|
|
- --target-peers=3
|
|
count: 4
|
|
network_params:
|
|
electra_fork_epoch: 0
|
|
seconds_per_slot: 3
|
|
global_log_level: debug
|
|
snooper_enabled: false
|
|
additional_services:
|
|
- dora
|
|
- spamoor
|
|
- prometheus_grafana
|