Skip to content

Commit 446c4a7

Browse files
committed
fix: 2 send target2 bugs
1 parent 91ba39a commit 446c4a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

365365
batcher_send_risc0_burst:
366366
@echo "Sending Risc0 fibonacci task to Batcher..."

batcher/aligned/send_infinite_sp1_tasks/send_infinite_sp1_tasks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ do
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 \

0 commit comments

Comments
 (0)