chore(ci): remove batcher extra param from kurtosis op network config (#14679)

This commit is contained in:
Federico Gimenez
2025-02-24 15:59:16 +01:00
committed by GitHub
parent 340d7ba008
commit 434ee6bc0d

View File

@ -8,10 +8,8 @@ optimism_package:
chains: chains:
- participants: - participants:
- el_type: op-geth - el_type: op-geth
el_image: "us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101411.8"
cl_type: op-node cl_type: op-node
- el_type: op-reth - el_type: op-reth
el_image: "ghcr.io/paradigmxyz/op-reth:kurtosis-ci" el_image: "ghcr.io/paradigmxyz/op-reth:kurtosis-ci"
cl_type: op-node cl_type: op-node
batcher_params:
extra_params:
- "--throttle-interval=0"