Skip to content

Commit 577b0d3

Browse files
committed
fix: file path in Makefile
chore: remove old risc0 proofs
1 parent 836be62 commit 577b0d3

File tree

6 files changed

+1
-4
lines changed

6 files changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ batcher_send_risc0_task_no_pub_input: ## Send a Risc0 proof without public input
561561
@cd crates/cli/ && cargo run --release -- submit \
562562
--proving_system Risc0 \
563563
--proof ../../scripts/test_files/risc_zero/no_public_inputs/risc_zero_no_pub_input_2_1_0.proof \
564-
--vm_program ../../scripts/test_files/risc_zero/no_public_inputs/no_pub_input_id_2_1_0.bin \
564+
--vm_program ../../scripts/test_files/risc_zero/no_public_inputs/risc_zero_no_pub_input_id_2_1_0.bin \
565565
--proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 \
566566
--rpc_url $(RPC_URL) \
567567
--network $(NETWORK)

scripts/test_files/risc_zero/fibonacci_proof_generator/fibonacci_id_2_0.bin

Lines changed: 0 additions & 2 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

scripts/test_files/risc_zero/no_public_inputs/no_pub_input_id_2_0.bin

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)