Skip to content

Commit 08dc6a2

Browse files
committed
Fix groth16 script
1 parent e677c0b commit 08dc6a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

batcher/aligned/send_proof_with_random_address.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)