File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -681,18 +681,6 @@ batcher_send_circom_groth16_bn256_burst: crates/target/release/aligned ## Send a
681681 --rpc_url $(RPC_URL ) \
682682 --network $(NETWORK )
683683
684- batcher_send_circom_groth16_bn256_burst : crates/target/release/aligned # # Send a burst of Circom Groth16 BN256 proofs to Batcher. Parameters: RPC_URL, NETWORK, BURST_SIZE
685- @echo " Sending Circom Groth16 BN256 proof to Batcher..."
686- @cd crates/cli/ && cargo run --release -- submit \
687- --proving_system CircomGroth16Bn256 \
688- --proof ../../scripts/test_files/circom_groth16_bn256_script/proof.json \
689- --public_input ../../scripts/test_files/circom_groth16_bn256_script/public.json \
690- --vk ../../scripts/test_files/circom_groth16_bn256_script/verification_key.json \
691- --proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 \
692- --repetitions $(BURST_SIZE ) \
693- --rpc_url $(RPC_URL ) \
694- --network $(NETWORK )
695-
696684batcher_send_circom_groth16_bn256_no_pub_input_burst : crates/target/release/aligned # # Send a burst of Circom Groth16 BN256 proofs to Batcher. Parameters: RPC_URL, NETWORK, BURST_SIZE
697685 @echo " Sending Circom Groth16 BN256 proof to Batcher..."
698686 @cd crates/cli/ && cargo run --release -- submit \
You can’t perform that action at this time.
0 commit comments