Skip to content

Commit 6cd0a50

Browse files
committed
fix: merge
1 parent 97c651b commit 6cd0a50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,8 @@ batcher_send_risc0_burst:
485485
--public_input ../../scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci_2_0.pub \
486486
--repetitions $(BURST_SIZE) \
487487
--proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 \
488-
--rpc_url https://ethereum-holesky-rpc.publicnode.com \
489-
--network holesky-stage
488+
--rpc_url $(RPC_URL) \
489+
--network $(NETWORK)
490490

491491
batcher_send_plonk_bn254_task: batcher/target/release/aligned
492492
@echo "Sending Groth16Bn254 1!=0 task to Batcher..."

0 commit comments

Comments
 (0)