File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
batcher/aligned/send_infinite_sp1_tasks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ batcher_send_risc0_task_no_pub_input:
360360 --vm_program ../../scripts/test_files/risc_zero/no_public_inputs/no_pub_input_id.bin \
361361 --proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 \
362362 --rpc_url $(RPC_URL) \
363- --payment_service_addr $(BATCHER_PAYMENTS_CONTRACT_ADDRESS )
363+ --network $(NETWORK )
364364
365365batcher_send_risc0_burst :
366366 @echo " Sending Risc0 fibonacci task to Batcher..."
Original file line number Diff line number Diff line change 2727 random_address=$( openssl rand -hex 20)
2828 echo " Random address: $random_addr "
2929
30- aligned submit \
30+ cargo run --release -- submit \
3131 --proving_system SP1 \
3232 --proof ../../scripts/test_files/sp1/sp1_fibonacci.proof \
3333 --vm_program ../../scripts/test_files/sp1/sp1_fibonacci.elf \
You can’t perform that action at this time.
0 commit comments