File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -298,6 +298,18 @@ batcher_send_risc0_burst:
298298 --rpc_url $(RPC_URL) \
299299 --network $(NETWORK)
300300
301+ batcher_send_risc0_big_burst :
302+ @echo " Sending Risc0 fibonacci task to Batcher..."
303+ @cd batcher/aligned/ && cargo run --release -- submit \
304+ --proving_system Risc0 \
305+ --proof ../../scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci.proof \
306+ --vm_program ../../scripts/test_files/risc_zero/fibonacci_proof_generator/fibonacci_id.bin \
307+ --public_input ../../scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci.pub \
308+ --repetitions 100 \
309+ --proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 \
310+ --rpc_url $(RPC_URL) \
311+ --network $(NETWORK)
312+
301313batcher_send_plonk_bn254_task : batcher/target/release/aligned
302314 @echo " Sending Groth16Bn254 1!=0 task to Batcher..."
303315 @cd batcher/aligned/ && cargo run --release -- submit \
You can’t perform that action at this time.
0 commit comments