File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ elif [[ $PROOF_TYPE == "groth16" ]]; then
3131 cd batcher/aligned/
3232 cargo run --release -- submit \
3333 --proving_system Groth16Bn254 \
34- --proof ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16 .proof \
35- --public_input ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16 .pub \
36- --vk ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16 .vk \
34+ --proof ../../scripts/test_files/gnark_groth16_bn254_script/groth16 .proof \
35+ --public_input ../../scripts/test_files/gnark_groth16_bn254_script/groth16 .pub \
36+ --vk ../../scripts/test_files/gnark_groth16_bn254_script/groth16 .vk \
3737 --random_address \
3838 --rpc_url $RPC_URL \
3939 --network $NETWORK
You can’t perform that action at this time.
0 commit comments