Skip to content

Commit 47dc84a

Browse files
committed
Merge remote-tracking branch 'origin/feat/verify-agg-proof-on-chain' into feat/verify-agg-proof-on-chain
2 parents 1481f52 + f9924a0 commit 47dc84a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ install_aggregation_mode: ## Install the aggregation mode with proving enabled
218218
cargo install --path aggregation_mode --features prove,gpu --bin proof_aggregator
219219

220220
agg_mode_write_program_ids: ## Write proof aggregator zkvm programs ids
221-
@cd aggregation_mode && ./scripts/build_programs.sh
221+
@cd aggregation_mode && \
222+
cargo run --release --bin write_program_image_id_vk_hash
222223

223224

224225
_AGGREGATOR_:

0 commit comments

Comments
 (0)