We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c651b commit 6cd0a50Copy full SHA for 6cd0a50
1 file changed
Makefile
@@ -485,8 +485,8 @@ batcher_send_risc0_burst:
485
--public_input ../../scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci_2_0.pub \
486
--repetitions $(BURST_SIZE) \
487
--proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 \
488
- --rpc_url https://ethereum-holesky-rpc.publicnode.com \
489
- --network holesky-stage
+ --rpc_url $(RPC_URL) \
+ --network $(NETWORK)
490
491
batcher_send_plonk_bn254_task: batcher/target/release/aligned
492
@echo "Sending Groth16Bn254 1!=0 task to Batcher..."
0 commit comments