Skip to content

Commit 4f2ee26

Browse files
entropidelicNicolasRampoldijotabulaciosMauroToscano
authored
update readme with some suggestions on making it clearer (#390)
Co-authored-by: Nicolas Rampoldi <58613770+NicolasRampoldi@users.noreply.github.com> Co-authored-by: jotabulacios <45471455+jotabulacios@users.noreply.github.com> Co-authored-by: Mauro Toscano <12560266+MauroToscano@users.noreply.github.com>
1 parent 8f44ab4 commit 4f2ee26

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,24 +173,26 @@ Update the following placeholders in `./config-files/config-operator.yaml`:
173173
- `"<earnings_receiver_address>"`
174174

175175
`"<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`.
176177

177178
### Deposit Strategy Tokens
178179

179180
We are using [WETH](https://holesky.eigenlayer.xyz/restake/WETH) as the strategy token.
180181

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:
182183

184+
#### Option 1:
183185
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.
184187

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:
188190

189191
```bash
190192
cast send 0x94373a4919B3240D86eA41593D5eBa789FEF3848 --rpc-url https://ethereum-holesky-rpc.publicnode.com --private-key <private_key> --value 1ether
191193
```
192194

193-
`<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.
194196

195197
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:
196198

0 commit comments

Comments
 (0)