Skip to content

Commit ad76d55

Browse files
authored
docs: remove supported verifiers from running an operator guide (#929)
1 parent 1dcb8ca commit ad76d55

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

docs/operator_guides/0_running_an_operator.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,6 @@
66
> **IMPORTANT:**
77
> You must be [whitelisted](https://docs.google.com/forms/d/e/1FAIpQLSdH9sgfTz4v33lAvwj6BvYJGAeIshQia3FXz36PFfF-WQAWEQ/viewform) to become an Aligned operator.
88
9-
## Supported Verifiers
10-
11-
The following is the list of the verifiers currently supported by Aligned:
12-
13-
- :white_check_mark: gnark - Groth16 (with BN254)
14-
- :white_check_mark: gnark - Plonk (with BN254 and BLS12-381)
15-
- :white_check_mark: SP1 [(v1.0.1)](https://github.com/succinctlabs/sp1/releases/tag/v1.0.1)
16-
- :white_check_mark: Risc0 [(v1.0.1)](https://github.com/risc0/risc0/releases/tag/v1.0.1)
17-
18-
The following proof systems are going to be added soon:
19-
20-
- :black_square_button: Kimchi
21-
- :black_square_button: Halo2 - Plonk/KZG
22-
- :black_square_button: Halo2 - Plonk/IPA
23-
249
## Requirements
2510

2611
This guide assumes you are already [registered as an operator with EigenLayer](https://docs.eigenlayer.xyz/eigenlayer/operator-guides/operator-installation).
@@ -30,7 +15,7 @@ This guide assumes you are already [registered as an operator with EigenLayer](h
3015
Minimum hardware requirements:
3116

3217
| Component | Specification |
33-
| ------------- | ----------------- |
18+
|---------------|-------------------|
3419
| **CPU** | 16 cores |
3520
| **Memory** | 32 GB RAM |
3621
| **Bandwidth** | 1 Gbps |
@@ -122,9 +107,9 @@ eth_ws_url_fallback: "wss://ethereum-holesky-rpc.publicnode.com"
122107
123108
We are using [WETH](https://holesky.eigenlayer.xyz/restake/WETH) as the strategy token.
124109
125-
To do so there are 2 options, either doing it through EigenLayer's website, and following their guide, or running the commands specified by us below.
110+
To do so, there are two options, either doing it through EigenLayer's website, and following their guide, or running the commands specified by us below.
126111
127-
You will need to stake a minimum of a 1000 Wei in WETH. We recommend to stake a maximum amount of 10 WETH. If you are staking more than 10 WETH please unstake any surplus over 10.
112+
You will need to stake a minimum of 1000 WEI in WETH. We recommend to stake a maximum amount of 10 WETH. If you are staking more than 10 WETH please unstake any surplus over 10.
128113
129114
### Option 1
130115
@@ -133,7 +118,7 @@ EigenLayer's guide can be found [here](https://docs.eigenlayer.xyz/eigenlayer/re
133118
### Option 2
134119
135120
If you have ETH and need to convert it to WETH you can use the following command, that will convert 1 ETH to WETH.
136-
Make sure to have [foundry](https://book.getfoundry.sh/getting-started/installation) installed.
121+
Make sure to have [foundry](https://book.getfoundry.sh/getting-started/installation) already installed.
137122
Change the parameter in ```---value``` if you want to wrap a different amount:
138123

139124
```bash
@@ -153,7 +138,7 @@ as shown in the EigenLayer guide.
153138
```bash
154139
./operator/build/aligned-operator deposit-into-strategy --config ./config-files/config-operator.yaml --strategy-address 0x80528D6e9A2BAbFc766965E0E26d5aB08D9CFaF9 --amount 1000000000000000000
155140
```
156-
</summary>
141+
157142
</details>
158143

159144
If you don't have Holesky ETH, these are some useful faucets:

0 commit comments

Comments
 (0)