@@ -57,8 +57,8 @@ aligned submit \
5757rm -rf ./aligned_verification_data/ &&
5858aligned submit \
5959--proving_system SP1 \
60- --proof ./batcher/aligned /test_files/sp1/sp1_fibonacci.proof \
61- --vm_program ./batcher/aligned/ test_files/sp1/sp1_fibonacci- elf \
60+ --proof ./scripts /test_files/sp1/sp1_fibonacci.proof \
61+ --vm_program ./scripts/ test_files/sp1/sp1_fibonacci. elf \
6262--conn wss://batcher.alignedlayer.com \
6363--keystore_path ~ /.aligned_keystore/keystore0
6464```
@@ -85,8 +85,8 @@ aligned submit \
8585rm -rf ~ /.aligned/aligned_verification_data/ &&
8686aligned submit \
8787--proving_system Risc0 \
88- --proof ./batcher/aligned/ test_files/risc_zero/risc_zero_fibonacci.proof \
89- --vm_program ./batcher/aligned/ test_files/risc_zero/fibonacci_id.bin \
88+ --proof ./scripts/ test_files/risc_zero/fibonacci_proof_generator /risc_zero_fibonacci.proof \
89+ --vm_program ./scripts/ test_files/risc_zero/fibonacci_proof_generator /fibonacci_id.bin \
9090--aligned_verification_data_path ~ /.aligned/aligned_verification_data \
9191--keystore_path ~ /.aligned_keystore/keystore0
9292```
@@ -114,9 +114,9 @@ aligned submit \
114114rm -rf ./aligned_verification_data/ &&
115115aligned submit \
116116--proving_system GnarkPlonkBn254 \
117- --proof ./batcher/aligned/ test_files/plonk_bn254 /plonk.proof \
118- --public_input ./batcher/aligned/ test_files/plonk_bn254 /plonk_pub_input.pub \
119- --vk ./batcher/aligned/ test_files/plonk_bn254 /plonk.vk \
117+ --proof ./scripts/ test_files/gnark_plonk_bn254_script /plonk.proof \
118+ --public_input ./scripts/ test_files/gnark_plonk_bn254_script /plonk_pub_input.pub \
119+ --vk ./scripts/ test_files/gnark_plonk_bn254_script /plonk.vk \
120120--conn wss://batcher.alignedlayer.com \
121121--keystore_path ~ /.aligned_keystore/keystore0
122122```
@@ -125,9 +125,9 @@ aligned submit \
125125rm -rf ./aligned_verification_data/ &&
126126aligned submit \
127127--proving_system GnarkPlonkBls12_381 \
128- --proof ./batcher/aligned/ test_files/plonk_bls12_381 /plonk.proof \
129- --public_input ./batcher/aligned/ test_files/plonk_bls12_381 /plonk_pub_input.pub \
130- --vk ./batcher/aligned/ test_files/plonk_bls12_381 /plonk.vk \
128+ --proof ./scripts/ test_files/gnark_plonk_bls12_381_script /plonk.proof \
129+ --public_input ./scripts/ test_files/gnark_plonk_bls12_381_script /plonk_pub_input.pub \
130+ --vk ./scripts/ test_files/gnark_plonk_bls12_381_script /plonk.vk \
131131--conn wss://batcher.alignedlayer.com \
132132--keystore_path ~ /.aligned_keystore/keystore0
133133```
@@ -136,9 +136,9 @@ aligned submit \
136136rm -rf ./aligned_verification_data/ &&
137137aligned submit \
138138--proving_system Groth16Bn254 \
139- --proof ./batcher/aligned/ test_files/groth16 /ineq_1_groth16.proof \
140- --public_input ./batcher/aligned/ test_files/groth16 /ineq_1_groth16.pub \
141- --vk ./batcher/aligned/ test_files/groth16 /ineq_1_groth16.vk \
139+ --proof ./scripts/ test_files/gnark_groth16_bn254_infinite_script/infinite_proofs /ineq_1_groth16.proof \
140+ --public_input ./scripts/ test_files/gnark_groth16_bn254_infinite_script/infinite_proofs /ineq_1_groth16.pub \
141+ --vk ./scripts/ test_files/gnark_groth16_bn254_infinite_script/infinite_proofs /ineq_1_groth16.vk \
142142--conn wss://batcher.alignedlayer.com \
143143--keystore_path ~ /.aligned_keystore/keystore0
144144```
0 commit comments