Skip to content

Commit 6cdc1a0

Browse files
committed
infra: add vk/image id to aggregation mode templates
1 parent d50427b commit 6cdc1a0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

infra/aggregation_mode/config-proof-aggregator-risc0.template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ proofs_per_chunk: 512 # Amount of proofs to process per chunk
1212
# Since each proof commitments takes 32 bytes hash
1313
# We can aggregate as much proofs as 126.976 / 32 = 3968 per blob
1414
total_proofs_limit: 3968
15+
sp1_chunk_aggregator_vk_hash: 0x00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b
16+
risc0_chunk_aggregator_image_id: 0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97
1517

1618
ecdsa:
1719
private_key_store_path: <private_key_store_path>

infra/aggregation_mode/config-proof-aggregator-sp1.template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ proofs_per_chunk: 512 # Amount of proofs to process per chunk
1212
# Since each proof commitments takes 32 bytes hash
1313
# We can aggregate as much proofs as 126.976 / 32 = 3968 per blob
1414
total_proofs_limit: 3968
15+
sp1_chunk_aggregator_vk_hash: 0x00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b
16+
risc0_chunk_aggregator_image_id: 0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97
1517

1618
ecdsa:
1719
private_key_store_path: <private_key_store_path>

0 commit comments

Comments
 (0)