We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be11294 commit 31b79ffCopy full SHA for 31b79ff
Makefile
@@ -1182,7 +1182,7 @@ docker_batcher_send_circom_groth16_bn256_burst:
1182
--rpc_url $(DOCKER_RPC_URL) \
1183
--max_fee 0.1ether
1184
1185
-docker_batcher_send_circom_groth16_bn256_burst:
+docker_batcher_send_circom_groth16_bn256_no_pub_input_burst:
1186
@echo "Sending Circom Groth16 BN256 task to Batcher..."
1187
docker exec $(shell docker ps | grep batcher | awk '{print $$1}') aligned submit \
1188
--private_key $(DOCKER_PROOFS_PRIVATE_KEY) \
0 commit comments