Skip to content

Commit 45bb06c

Browse files
authored
fix(makefile): remove duplicated target (#2082)
1 parent 5f2344e commit 45bb06c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Makefile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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-
696684
batcher_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 \

0 commit comments

Comments
 (0)