Skip to content

Commit 6911e4d

Browse files
committed
docs: update gnark groth16 examples
1 parent 027d05d commit 6911e4d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/3_guides/0_submitting_proofs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ aligned submit \
200200
--rpc_url https://ethereum-holesky-rpc.publicnode.com
201201
```
202202
203-
### GnarkPlonkBn254, GnarkPlonkBls12_381 and Groth16Bn254
203+
### GnarkPlonkBn254, GnarkPlonkBls12_381 and GnarkGroth16Bn254
204204
205-
The GnarkPlonkBn254, GnarkPlonkBls12_381 and Groth16Bn254 proofs need the proof file, the public input file and the verification key file.
205+
The GnarkPlonkBn254, GnarkPlonkBls12_381 and GnarkGroth16Bn254 proofs need the proof file, the public input file and the verification key file.
206206
207207
```bash
208208
rm -rf ./aligned_verification_data/ &&

docs/3_guides/8_submitting_batch_without_batcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If, after this analysis, a User still wants to submit his own Batch, here is how
3535
```
3636
[
3737
{
38-
"proving_system": "Groth16Bn254",
38+
"proving_system": "GnarkGroth16Bn254",
3939
"proof": [
4040
152, 88, 141, 155, 88, 35, 94, 76, ...
4141
],

0 commit comments

Comments
 (0)