File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,6 @@ start_proof_aggregator_gpu: is_aggregator_set reset_last_aggregated_block ## Sta
190190start_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-
194193verify_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
221220agg_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
You can’t perform that action at this time.
0 commit comments