Skip to content

Commit c1c5ab6

Browse files
Add the chunk aggregator program ids to the config
1 parent fd188cf commit c1c5ab6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aggregation_mode/src/backend/config.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ pub struct Config {
2424
pub ecdsa: ECDSAConfig,
2525
pub proofs_per_chunk: u16,
2626
pub total_proofs_limit: u16,
27+
pub sp1_chunk_aggregator_vk_hash: String,
28+
pub risc0_chunk_aggregator_image_id: String,
2729
}
2830

2931
impl Config {

0 commit comments

Comments
 (0)