Skip to content

Commit d754428

Browse files
committed
Update docs
1 parent 3c14e09 commit d754428

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/2_architecture/0_supported_verifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following is the list of the verifiers currently supported by Aligned:
66

77
- :white_check_mark: gnark - Groth16 (with BN254) [(v0.10.0)](https://github.com/Consensys/gnark/releases/tag/v0.10.0)
88
- :white_check_mark: gnark - Plonk (with BN254 and BLS12-381) [(v0.10.0)](https://github.com/Consensys/gnark/releases/tag/v0.10.0)
9-
- :white_check_mark: SP1 [(v4.1.3)](https://github.com/succinctlabs/sp1/releases/tag/v4.1.3)
9+
- :white_check_mark: SP1 [(v4.1.7)](https://github.com/succinctlabs/sp1/releases/tag/v4.1.7)
1010
- :white_check_mark: Risc0 [(v2.0.0)](https://github.com/risc0/risc0/releases/tag/v2.0.0)
1111
- 🏗️ Circom
1212
- 🏗️ Lambdaworks

docs/3_guides/0_submitting_proofs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following is the list of the verifiers currently supported by Aligned:
1212

1313
- :white_check_mark: gnark - Groth16 (with BN254)
1414
- :white_check_mark: gnark - Plonk (with BN254 and BLS12-381)
15-
- :white_check_mark: SP1 [(v4.1.3)](https://github.com/succinctlabs/sp1/releases/tag/v4.1.3)
15+
- :white_check_mark: SP1 [(v4.1.7)](https://github.com/succinctlabs/sp1/releases/tag/v4.1.7)
1616
- :white_check_mark: Risc0 [(v2.0.0)](https://github.com/risc0/risc0/releases/tag/v2.0.0)
1717

1818
Learn more about future verifiers [here](../2_architecture/0_supported_verifiers.md).
@@ -123,7 +123,7 @@ Proof submission is done via the `submit` command of the Aligned CLI. The argume
123123

124124
### SP1 proof
125125

126-
The current SP1 version used in Aligned is `v4.1.3`.
126+
The current SP1 version used in Aligned is `v4.1.7`.
127127

128128
The SP1 proof needs the proof file and the vm program file.
129129

0 commit comments

Comments
 (0)