mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
https://github.com/ethereum/consensus-specs/pull/4476 Co-Authored-By: Barnabas Busa <barnabas.busa@ethereum.org> Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com> Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu> Co-Authored-By: Michael Sproul <michaelsproul@users.noreply.github.com> Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
18 lines
494 B
YAML
18 lines
494 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
|
|
supernode: true
|
|
count: 4
|
|
network_params:
|
|
fulu_fork_epoch: 0
|
|
slot_duration_ms: 3000
|
|
num_validator_keys_per_node: 20
|
|
global_log_level: debug
|
|
snooper_enabled: false
|
|
additional_services: []
|