Skip to content

Commit 334b7e8

Browse files
committed
chore: update target to run script when writing program ids
1 parent 6611b0c commit 334b7e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ start_proof_aggregator_gpu: is_aggregator_set reset_last_aggregated_block ## Sta
190190
start_proof_aggregator_gpu_ethereum_package: is_aggregator_set reset_last_aggregated_block ## Starts proof aggregator with proving activated in ethereum package
191191
AGGREGATOR=$(AGGREGATOR) SP1_PROVER=cuda cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove,gpu --bin proof_aggregator -- config-files/config-proof-aggregator-ethereum-package.yaml
192192

193-
194193
verify_aggregated_proof_sp1_holesky_stage:
195194
@echo "Verifying SP1 in aggregated proofs on holesky..."
196195
@cd batcher/aligned/ && \
@@ -219,8 +218,8 @@ install_aggregation_mode: ## Install the aggregation mode with proving enabled
219218
cargo install --path aggregation_mode --features prove,gpu --bin proof_aggregator
220219

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

225224
_AGGREGATOR_:
226225

0 commit comments

Comments
 (0)