You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> You must be [whitelisted](https://docs.google.com/forms/d/e/1FAIpQLSdH9sgfTz4v33lAvwj6BvYJGAeIshQia3FXz36PFfF-WQAWEQ/viewform) to become an Aligned operator.
@@ -26,7 +26,7 @@ Minimum hardware requirements:
26
26
To start with, clone the Aligned repository and move inside it
@@ -80,7 +80,7 @@ This will display the current version of the operator binary.
80
80
81
81
## Step 3 - Update the configuration for your specific Operator
82
82
83
-
Update the following placeholders in `./config-files/config-operator.yaml`:
83
+
Update the following placeholders in `./config-files/config-operator-mainnet.yaml`:
84
84
85
85
-`"<operator_address>"`
86
86
-`"<earnings_receiver_address>"`
@@ -125,53 +125,10 @@ eth_ws_url: "wss://<RPC_1>"
125
125
eth_ws_url_fallback: "wss://<RPC_2>"
126
126
```
127
127
128
-
## Step 4 - Deposit Strategy Tokens
129
-
130
-
We are using [WETH](https://holesky.eigenlayer.xyz/restake/WETH) as the strategy token.
131
-
132
-
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.
133
-
134
-
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.
135
-
136
-
### Option 1
137
-
138
-
EigenLayer's guide can be found [here](https://docs.eigenlayer.xyz/eigenlayer/restaking-guides/restaking-user-guide/liquid-restaking/restake-lsts).
139
-
140
-
### Option 2
141
-
142
-
If you have ETH and need to convert it to WETH you can use the following command, that will convert 1 ETH to WETH.
143
-
Make sure to have [foundry](https://book.getfoundry.sh/getting-started/installation) already installed.
144
-
Change the parameter in ```---value``` if you want to wrap a different amount:
`<private_key>` is the one specified in the output when generating your keys with the EigenLayer CLI.
203
+
204
+
205
+
## Deposit Strategy Tokens in Testnet
206
+
207
+
We are using [WETH](https://holesky.eigenlayer.xyz/restake/WETH) as the strategy token.
208
+
209
+
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.
210
+
211
+
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.
212
+
213
+
### Option 1
214
+
215
+
EigenLayer's guide can be found [here](https://docs.eigenlayer.xyz/eigenlayer/restaking-guides/restaking-user-guide/liquid-restaking/restake-lsts).
216
+
217
+
### Option 2
218
+
219
+
If you have ETH and need to convert it to WETH you can use the following command, that will convert 1 ETH to WETH.
220
+
Make sure to have [foundry](https://book.getfoundry.sh/getting-started/installation) already installed.
221
+
Change the parameter in ```---value``` if you want to wrap a different amount:
0 commit comments