Skip to content

Commit 318be6d

Browse files
JuArcetaturosati
andauthored
docs: update operators guide (#712)
Co-authored-by: Tatu <[email protected]>
1 parent aa52896 commit 318be6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/operator_guides/0_running_an_operator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Register as an Aligned operator in testnet
22

33
> **CURRENT VERSION:**
4-
> Aligned Operator [v0.3.0](https://github.com/yetanotherco/aligned_layer/releases/tag/v0.3.0)
4+
> Aligned Operator [v0.4.0](https://github.com/yetanotherco/aligned_layer/releases/tag/v0.4.0)
55
66
> **IMPORTANT:**
77
> You must be [whitelisted](https://docs.google.com/forms/d/e/1FAIpQLSdH9sgfTz4v33lAvwj6BvYJGAeIshQia3FXz36PFfF-WQAWEQ/viewform) to become an Aligned operator.
@@ -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 [(v1.0.8-testnet)](https://github.com/succinctlabs/sp1/releases/tag/v1.0.8-testnet)
15+
- :white_check_mark: SP1 [(v1.0.1)](https://github.com/succinctlabs/sp1/releases/tag/v1.0.1)
1616
- :white_check_mark: Risc0 [(v1.0.1)](https://github.com/risc0/risc0/releases/tag/v1.0.1)
1717

1818
The following proof systems are going to be added soon:
@@ -41,7 +41,7 @@ Minimum hardware requirements:
4141
To start with, clone the Aligned repository and move inside it
4242

4343
```bash
44-
git clone https://github.com/yetanotherco/aligned_layer.git --branch v0.3.0
44+
git clone https://github.com/yetanotherco/aligned_layer.git --branch v0.4.0
4545
cd aligned_layer
4646
```
4747

0 commit comments

Comments
 (0)