Skip to content

Commit d94b405

Browse files
fix: add the sp1_chunk_aggregator_vk_hash field to config
1 parent 616fe62 commit d94b405

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

aggregation_mode/proof_aggregator/src/backend/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pub struct Config {
2424
pub proofs_per_chunk: u16,
2525
pub total_proofs_limit: u16,
2626
pub risc0_chunk_aggregator_image_id: String,
27+
pub sp1_chunk_aggregator_vk_hash: String,
2728
pub monthly_budget_eth: f64,
2829
}
2930

0 commit comments

Comments
 (0)