Skip to content

Commit b833a43

Browse files
committed
chore: make target for program ids
1 parent 3d31c3b commit b833a43

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ verify_aggregated_proof_risc0_holesky_stage:
202202
install_aggregation_mode: ## Install the aggregation mode with proving enabled
203203
cargo install --path aggregation_mode --features prove
204204

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+
205208
_AGGREGATOR_:
206209

207210
build_aggregator:

programs_ids.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"risc0_image_id": "0x616eccca41e741062c79481078c0cbaa034da436c2ba254b09de8c2cf20bdd86",
3+
"sp1_vk_hash": "0x00964e05feb8c81d33714c9a9d66d0941210996853b8886d40e8c85ed3a4fa39"
4+
}

0 commit comments

Comments
 (0)