Skip to content

Commit 41d0cca

Browse files
authored
docs: update --conn flag for batcher address (#276)
1 parent efaa94e commit 41d0cca

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cargo run -- \
3939
--proving_system <SP1|GnarkPlonkBn254|GnarkPlonkBls12_381|Groth16Bn254> \
4040
--proof <proof_file> \
4141
--vm_program <vm_program_file> \
42-
--conn batcher.alignedlayer.com \
42+
--conn wss://batcher.alignedlayer.com \
4343
--proof_generator_addr <proof_generator_addr>
4444
```
4545

@@ -51,7 +51,7 @@ cargo run -- \
5151
--proving_system SP1 \
5252
--proof test_files/sp1/sp1_fibonacci.proof \
5353
--vm_program test_files/sp1/sp1_fibonacci-elf \
54-
--conn batcher.alignedlayer.com \
54+
--conn wss://batcher.alignedlayer.com \
5555
--proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 ;
5656
popd
5757
```
@@ -62,7 +62,7 @@ cargo run -- \
6262
--proving_system SP1 \
6363
--proof test_files/sp1/sp1_fibonacci.proof \
6464
--vm_program test_files/sp1/sp1_fibonacci-elf \
65-
--conn batcher.alignedlayer.com \
65+
--conn wss://batcher.alignedlayer.com \
6666
--proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 ;
6767
popd
6868
```
@@ -78,7 +78,7 @@ cargo run -- \
7878
--proof <proof_file> \
7979
--public_input <public_input_file> \
8080
--vk <verification_key_file> \
81-
--conn batcher.alignedlayer.com \
81+
--conn wss://batcher.alignedlayer.com \
8282
--proof_generator_addr <proof_generator_addr> ;
8383
popd
8484
```
@@ -92,7 +92,7 @@ cargo run --release -- \
9292
--proof test_files/plonk_bn254/plonk.proof \
9393
--public_input test_files/plonk_bn254/plonk_pub_input.pub \
9494
--vk test_files/plonk_bn254/plonk.vk \
95-
--conn batcher.alignedlayer.com \
95+
--conn wss://batcher.alignedlayer.com \
9696
--proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 ;
9797
popd
9898
```
@@ -104,7 +104,7 @@ cargo run -- \
104104
--proof test_files/plonk_bls12_381/plonk.proof \
105105
--public_input test_files/plonk_bls12_381/plonk_pub_input.pub \
106106
--vk test_files/plonk_bls12_381/plonk.vk \
107-
--conn batcher.alignedlayer.com \
107+
--conn wss://batcher.alignedlayer.com \
108108
--proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 ;
109109
popd
110110
```
@@ -116,7 +116,7 @@ cargo run -- \
116116
--proof test_files/groth16/ineq_1_groth16.proof \
117117
--public_input test_files/groth16/ineq_1_groth16.pub \
118118
--vk test_files/groth16/ineq_1_groth16.vk \
119-
--conn batcher.alignedlayer.com \
119+
--conn wss://batcher.alignedlayer.com \
120120
--proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 ;
121121
popd
122122
```

0 commit comments

Comments
 (0)