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
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,24 +173,26 @@ Update the following placeholders in `./config-files/config-operator.yaml`:
173
173
-`"<earnings_receiver_address>"`
174
174
175
175
`"<ecdsa_key_store_location_path>"` and `"<bls_key_store_location_path>"` are the paths to your keys generated with the EigenLayer CLI, `"<operator_address>"` and `"<earnings_receiver_address>"` can be found in the `operator.yaml` file created in the EigenLayer registration process.
176
+
The keys are stored by default in the `~/.eigenlayer/operator_keys/` directory, so for example `<ecdsa_key_store_location_path>` could be `/path/to/home/.eigenlayer/operator_keys/some_key.ecdsa.key.json` and for `<bls_key_store_location_path>` it could be `/path/to/home/.eigenlayer/operator_keys/some_key.bls.key.json`.
176
177
177
178
### Deposit Strategy Tokens
178
179
179
180
We are using [WETH](https://holesky.eigenlayer.xyz/restake/WETH) as the strategy token.
180
181
181
-
To do so there are 2 options, either doing it through Eigen website, and following their guide, or running the commands specified by us below.
182
+
To do so there are 2 options, either doing it through EigenLayer website and following their guide, or running the commands specified by us below:
182
183
184
+
#### Option 1:
183
185
The eigen guide can be found [here](https://docs.eigenlayer.xyz/eigenlayer/restaking-guides/restaking-user-guide/liquid-restaking/restake-lsts).
186
+
You will need to stake a minimum of a 1000 wei in WETH. We recommend to stake a maximium amount of 10 ETH.
184
187
185
-
You will need to stake a minimum of a 1000 Wei in WETH. We recommend to stake a maximium amount of 10 Eth.
186
-
187
-
If you have Eth and need to convert it to WETH you can use the following command, that will convert 1 Eth to WETH. Change the parameter in ```---value``` if you want to wrap a different amount:
188
+
#### Option 2:
189
+
If you have ETH and need to convert it to WETH you can use the following command, that will convert 1 Eth to WETH. 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.
195
+
Here `<private_key>` is the placeholder for the ECDSA key specified in the output when generating your keys with the EigenLayer CLI.
194
196
195
197
Finally, to end the staking process, you need to deposit into the strategy, as shown in the Eigen guide, or alternatively, you can run the following command to deposit one WETH:
0 commit comments