Skip to content

Commit 24be68a

Browse files
Add the program ID vars to the Proof Agg config in unit test
1 parent d94b405 commit 24be68a

File tree

1 file changed

+4
-0
lines changed
  • aggregation_mode/proof_aggregator/src/backend

1 file changed

+4
-0
lines changed

aggregation_mode/proof_aggregator/src/backend/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,10 @@ mod tests {
416416
proofs_per_chunk: 512,
417417
total_proofs_limit: 3968,
418418
monthly_budget_eth: 15.0,
419+
sp1_chunk_aggregator_vk_hash:
420+
"00ba19eed0aaeb0151f07b8d3ee7c659bcd29f3021e48fb42766882f55b84509".to_string(),
421+
risc0_chunk_aggregator_image_id:
422+
"d8cfdd5410c70395c0a1af1842a0148428cc46e353355faccfba694dd4862dbf".to_string(),
419423
};
420424

421425
ProofAggregator::new(config)

0 commit comments

Comments
 (0)