mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
* #7550 Use existing code from @jimmygchen in #7530 and modify for genesis sync test. Thanks @jimmygchen !
23 lines
539 B
YAML
23 lines
539 B
YAML
# Kurtosis config file for testing sync on a local devnet.
|
|
participants:
|
|
- cl_type: lighthouse
|
|
cl_image: lighthouse:local
|
|
count: 2
|
|
# nodes without validators, used for testing sync.
|
|
- cl_type: lighthouse
|
|
cl_image: lighthouse:local
|
|
supernode: true
|
|
validator_count: 0
|
|
- cl_type: lighthouse
|
|
cl_image: lighthouse:local
|
|
supernode: false
|
|
validator_count: 0
|
|
network_params:
|
|
seconds_per_slot: 6
|
|
fulu_fork_epoch: 0
|
|
preset: "minimal"
|
|
additional_services:
|
|
- tx_fuzz
|
|
- spamoor
|
|
global_log_level: debug
|