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 616fe62 commit d94b405Copy full SHA for d94b405
aggregation_mode/proof_aggregator/src/backend/config.rs
@@ -24,6 +24,7 @@ pub struct Config {
24
pub proofs_per_chunk: u16,
25
pub total_proofs_limit: u16,
26
pub risc0_chunk_aggregator_image_id: String,
27
+ pub sp1_chunk_aggregator_vk_hash: String,
28
pub monthly_budget_eth: f64,
29
}
30
0 commit comments