File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -493,9 +493,9 @@ batcher_send_groth16_bn254_task: batcher/target/release/aligned
493493 @echo " Sending Groth16Bn254 1!=0 task to Batcher..."
494494 @cd batcher/aligned/ && cargo run --release -- submit \
495495 --proving_system Groth16Bn254 \
496- --proof ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16 .proof \
497- --public_input ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16 .pub \
498- --vk ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16 .vk \
496+ --proof ../../scripts/test_files/gnark_groth16_bn254_script/groth16 .proof \
497+ --public_input ../../scripts/test_files/gnark_groth16_bn254_script/groth16 .pub \
498+ --vk ../../scripts/test_files/gnark_groth16_bn254_script/groth16 .vk \
499499 --proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 \
500500 --rpc_url $(RPC_URL ) \
501501 --network $(NETWORK )
You can’t perform that action at this time.
0 commit comments