File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -329,18 +329,6 @@ batcher_send_risc0_burst:
329329 --rpc_url $(RPC_URL) \
330330 --network $(NETWORK)
331331
332- batcher_send_risc0_big_burst :
333- @echo " Sending Risc0 fibonacci task to Batcher..."
334- @cd batcher/aligned/ && cargo run --release -- submit \
335- --proving_system Risc0 \
336- --proof ../../scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci.proof \
337- --vm_program ../../scripts/test_files/risc_zero/fibonacci_proof_generator/fibonacci_id.bin \
338- --public_input ../../scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci.pub \
339- --repetitions 100 \
340- --proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 \
341- --rpc_url $(RPC_URL) \
342- --network $(NETWORK)
343-
344332batcher_send_plonk_bn254_task : batcher/target/release/aligned
345333 @echo " Sending Groth16Bn254 1!=0 task to Batcher..."
346334 @cd batcher/aligned/ && cargo run --release -- submit \
You can’t perform that action at this time.
0 commit comments