We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94b405 commit 24be68aCopy full SHA for 24be68a
aggregation_mode/proof_aggregator/src/backend/mod.rs
@@ -416,6 +416,10 @@ mod tests {
416
proofs_per_chunk: 512,
417
total_proofs_limit: 3968,
418
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(),
423
};
424
425
ProofAggregator::new(config)
0 commit comments