mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
* Add an option to keep existing enclave when starting local testnet. * Add missing help text. * Do not add `--image-download always` flag if `-k` is present.
17 lines
468 B
YAML
17 lines
468 B
YAML
# Full configuration reference [here](https://github.com/kurtosis-tech/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:
|
|
deneb_fork_epoch: 0
|
|
seconds_per_slot: 3
|
|
global_log_level: debug
|
|
snooper_enabled: false
|
|
additional_services:
|
|
- dora
|
|
- prometheus_grafana |