Fix Kurtosis testnet (#7350)

`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`.
This commit is contained in:
chonghe
2025-04-24 10:55:10 +08:00
committed by GitHub
parent 1dd37048b9
commit 402a81cdd7

View File

@@ -14,5 +14,5 @@ global_log_level: debug
snooper_enabled: false
additional_services:
- dora
- spamoor_blob
- spamoor
- prometheus_grafana