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>
30 lines
730 B
YAML
30 lines
730 B
YAML
# Kurtosis config file for testing sync on a local devnet.
|
|
participants:
|
|
- cl_type: lighthouse
|
|
cl_image: lighthouse:local
|
|
el_type: geth
|
|
el_image: ethpandaops/geth:master
|
|
supernode: true
|
|
count: 2
|
|
# nodes without validators, used for testing sync.
|
|
- cl_type: lighthouse
|
|
cl_image: lighthouse:local
|
|
el_type: geth
|
|
el_image: ethpandaops/geth:master
|
|
supernode: true
|
|
validator_count: 0
|
|
- cl_type: lighthouse
|
|
cl_image: lighthouse:local
|
|
el_type: geth
|
|
el_image: ethpandaops/geth:master
|
|
supernode: false
|
|
validator_count: 0
|
|
network_params:
|
|
slot_duration_ms: 6000
|
|
fulu_fork_epoch: 0
|
|
preset: "minimal"
|
|
additional_services:
|
|
- tx_fuzz
|
|
- spamoor
|
|
global_log_level: debug
|