File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,27 +277,15 @@ proof_aggregator_start_gpu_ethereum_package: is_aggregator_set reset_last_aggreg
277277
278278verify_aggregated_proof_sp1 :
279279 @echo " Verifying SP1 in aggregated proofs on $( NETWORK) ..."
280- @cd crates /cli/ && \
281- cargo run verify-agg-proof \
280+ @cd aggregation_mode /cli/ && \
281+ cargo run verify-on-chain \
282282 --network $(NETWORK ) \
283+ --beacon-url $(BEACON_URL ) \
284+ --rpc-url $(RPC_URL ) \
283285 --from-block $(FROM_BLOCK ) \
284- --proving_system SP1 \
285- --public_input ../../scripts/test_files/sp1/sp1_fibonacci_5_0_0.pub \
286- --program-id-file ../../scripts/test_files/sp1/sp1_fibonacci_5_0_0.vk \
287- --beacon_url $(BEACON_URL ) \
288- --rpc_url $(RPC_URL )
289-
290- verify_aggregated_proof_risc0 :
291- @echo " Verifying RISC0 in aggregated proofs on $( NETWORK) ..."
292- @cd crates/cli/ && \
293- cargo run verify-agg-proof \
294- --network $(NETWORK ) \
295- --from-block $(FROM_BLOCK ) \
296- --proving_system Risc0 \
297- --program-id-file ../../scripts/test_files/risc_zero/fibonacci_proof_generator/fibonacci_id_3_0_3.bin \
298- --public_input ../../scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci_3_0_3.pub \
299- --beacon_url $(BEACON_URL ) \
300- --rpc_url $(RPC_URL )
286+ --proving-system SP1 \
287+ --vk ../../scripts/test_files/sp1/sp1_fibonacci_5_0_0.vk \
288+ --public-input ../../scripts/test_files/sp1/sp1_fibonacci_5_0_0.pub
301289
302290proof_aggregator_install : # # Install the aggregation mode with proving enabled
303291 cargo install --path aggregation_mode --features prove,gpu --bin proof_aggregator_gpu --locked
You can’t perform that action at this time.
0 commit comments