Skip to content

Commit 23919e2

Browse files
Apply suggestions from code review
Co-authored-by: Julian Arce <[email protected]>
1 parent 6b54e1e commit 23919e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +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
15+
sp1_chunk_aggregator_vk_hash: 00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b
16+
risc0_chunk_aggregator_image_id: 4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97
1717

1818
ecdsa:
1919
private_key_store_path: <private_key_store_path>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +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
15+
sp1_chunk_aggregator_vk_hash: 00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b
16+
risc0_chunk_aggregator_image_id: 4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97
1717

1818
ecdsa:
1919
private_key_store_path: <private_key_store_path>

0 commit comments

Comments
 (0)