File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ elif [[ $PROOF_TYPE == "plonk" ]]; then
6464elif [[ $PROOF_TYPE == " risc0" ]]; then
6565 aligned submit \
6666 --proving_system Risc0 \
67- --proof ../../scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci_2_0 .proof \
68- --vm_program ../../scripts/test_files/risc_zero/fibonacci_proof_generator/fibonacci_id_2_0 .bin \
69- --public_input ../../scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci_2_0 .pub \
67+ --proof ../../scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci_2_1_0 .proof \
68+ --vm_program ../../scripts/test_files/risc_zero/fibonacci_proof_generator/fibonacci_id_2_1_0 .bin \
69+ --public_input ../../scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci_2_1_0 .pub \
7070 --random_address \
7171 --repetitions $REPETITIONS \
7272 --rpc_url $RPC_URL \
You can’t perform that action at this time.
0 commit comments