Skip to content

Commit 33bc700

Browse files
Add the disabled_verifiers field to the other batcher configs
1 parent 0646436 commit 33bc700

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

config-files/config-batcher-docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ batcher:
2828
pre_verification_is_enabled: true
2929
metrics_port: 9093
3030
telemetry_ip_port_address: localhost:4001
31+
# The specific name for each verifier should match the ProvingSystemId string representation
32+
disabled_verifiers: []
3133
non_paying:
3234
address: '0xa0Ee7A142d267C1f36714E4a8F75612F20a79720' # Anvil address 9
3335
replacement_private_key: ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 # Anvil address 1

config-files/config-batcher-ethereum-package.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ batcher:
2626
pre_verification_is_enabled: true
2727
metrics_port: 9093
2828
telemetry_ip_port_address: localhost:4001
29+
# The specific name for each verifier should match the ProvingSystemId string representation
30+
disabled_verifiers: []
2931
non_paying:
3032
address: '0xa0Ee7A142d267C1f36714E4a8F75612F20a79720' # Anvil address 9
3133
replacement_private_key: ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 # Anvil address 1

0 commit comments

Comments
 (0)