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 3d31c3b commit b833a43Copy full SHA for b833a43
Makefile
@@ -202,6 +202,9 @@ verify_aggregated_proof_risc0_holesky_stage:
202
install_aggregation_mode: ## Install the aggregation mode with proving enabled
203
cargo install --path aggregation_mode --features prove
204
205
+agg_mode_write_program_ids: ## Write proof aggregator zkvm programs ids
206
+ cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --bin write_program_image_id_vk_hash
207
+
208
_AGGREGATOR_:
209
210
build_aggregator:
programs_ids.json
@@ -0,0 +1,4 @@
1
+{
2
+ "risc0_image_id": "0x616eccca41e741062c79481078c0cbaa034da436c2ba254b09de8c2cf20bdd86",
3
+ "sp1_vk_hash": "0x00964e05feb8c81d33714c9a9d66d0941210996853b8886d40e8c85ed3a4fa39"
4
+}
0 commit comments