mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
`spamoor_blob` is removed in https://github.com/ethpandaops/ethereum-package/pull/972. When attempting to start local testnet, it will error: ` Evaluation error: fail: Invalid additional_services spamoor_blob, allowed fields: ["assertoor", "broadcaster", "tx_fuzz", "custom_flood", "forkmon", "blockscout", "dora", "full_beaconchain_explorer", "prometheus_grafana", "blobscan", "dugtrio", "blutgang", "forky", "apache", "tracoor", "spamoor"] ` This PR changes `spamoor_blob` to `spamoor`.
19 lines
479 B
YAML
19 lines
479 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:
|
|
deneb_fork_epoch: 0
|
|
seconds_per_slot: 3
|
|
global_log_level: debug
|
|
snooper_enabled: false
|
|
additional_services:
|
|
- dora
|
|
- spamoor
|
|
- prometheus_grafana
|