Skip to content

Commit 308412b

Browse files
Add the possible values to the config batcher file to make it easier
1 parent 33bc700 commit 308412b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

config-files/config-batcher-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ batcher:
2929
metrics_port: 9093
3030
telemetry_ip_port_address: localhost:4001
3131
# The specific name for each verifier should match the ProvingSystemId string representation
32+
# Possible values: GnarkPlonkBls12_381, GnarkPlonkBn254, GnarkGroth16Bn254, SP1, Risc0, CircomGroth16Bn256, Mina, MinaAccount
3233
disabled_verifiers: []
3334
non_paying:
3435
address: '0xa0Ee7A142d267C1f36714E4a8F75612F20a79720' # Anvil address 9

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ batcher:
2727
metrics_port: 9093
2828
telemetry_ip_port_address: localhost:4001
2929
# The specific name for each verifier should match the ProvingSystemId string representation
30+
# Possible values: GnarkPlonkBls12_381, GnarkPlonkBn254, GnarkGroth16Bn254, SP1, Risc0, CircomGroth16Bn256, Mina, MinaAccount
3031
disabled_verifiers: []
3132
non_paying:
3233
address: '0xa0Ee7A142d267C1f36714E4a8F75612F20a79720' # Anvil address 9

config-files/config-batcher.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ batcher:
2929
metrics_port: 9093
3030
telemetry_ip_port_address: localhost:4001
3131
# The specific name for each verifier should match the ProvingSystemId string representation
32+
# Possible values: GnarkPlonkBls12_381, GnarkPlonkBn254, GnarkGroth16Bn254, SP1, Risc0, CircomGroth16Bn256, Mina, MinaAccount
3233
disabled_verifiers: []
3334
non_paying:
3435
address: '0xa0Ee7A142d267C1f36714E4a8F75612F20a79720' # Anvil address 9

0 commit comments

Comments
 (0)