File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -511,11 +511,11 @@ batcher_send_burst_groth16: batcher/target/release/aligned
511511 @./batcher/aligned/send_burst_tasks.sh $(BURST_SIZE ) $(START_COUNTER )
512512
513513batcher_send_proof_with_random_address :
514- @cd batcher/aligned && ./send_proof_with_random_address.sh
514+ @cd batcher/aligned/ && ./send_proof_with_random_address.sh
515515
516516
517517batcher_send_burst_with_random_address :
518- @cd batcher/aligned && ./send_burst_with_random_address.sh
518+ @cd batcher/aligned/ && ./send_burst_with_random_address.sh
519519
520520__TASK_SENDER__ :
521521BURST_TIME_SECS ?= 3
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ echo "Sending $REPETITIONS $PROOF_TYPE proof/s to the batcher"
3030echo " Batcher in $NETWORK and endpoint at $RPC_URL "
3131
3232if [[ $PROOF_TYPE == " sp1" ]]; then
33- cd batcher/aligned/
3433 cargo run --release -- submit \
3534 --proving_system SP1 \
3635 --proof ../../scripts/test_files/sp1/sp1_fibonacci_4_1_3.proof \
@@ -41,7 +40,6 @@ if [[ $PROOF_TYPE == "sp1" ]]; then
4140 --network $NETWORK
4241
4342elif [[ $PROOF_TYPE == " groth16" ]]; then
44- cd batcher/aligned/
4543 cargo run --release -- submit \
4644 --proving_system Groth16Bn254 \
4745 --proof ../../scripts/test_files/gnark_groth16_bn254_script/groth16.proof \
@@ -53,7 +51,6 @@ elif [[ $PROOF_TYPE == "groth16" ]]; then
5351 --network $NETWORK
5452
5553elif [[ $PROOF_TYPE == " plonk" ]]; then
56- cd batcher/aligned/
5754 cargo run --release -- submit \
5855 --proving_system GnarkPlonkBn254 \
5956 --proof ../../scripts/test_files/gnark_plonk_bn254_script/plonk.proof \
@@ -65,7 +62,6 @@ elif [[ $PROOF_TYPE == "plonk" ]]; then
6562 --network $NETWORK
6663
6764elif [[ $PROOF_TYPE == " risc0" ]]; then
68- cd batcher/aligned/
6965 cargo run --release -- submit \
7066 --proving_system Risc0 \
7167 --proof ../../scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci_2_0.proof \
You can’t perform that action at this time.
0 commit comments