From f1e3c20b88d79ae4acc6126762219dec7d3306f9 Mon Sep 17 00:00:00 2001 From: Nelson Ijih Date: Wed, 3 Apr 2024 22:14:55 -0700 Subject: [PATCH 1/4] changed language and operator.yaml file name in docs to avoid confusion --- docs/eigenlayer/operator-guides/operator-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eigenlayer/operator-guides/operator-installation.md b/docs/eigenlayer/operator-guides/operator-installation.md index b8b13cd6..96249c3b 100644 --- a/docs/eigenlayer/operator-guides/operator-installation.md +++ b/docs/eigenlayer/operator-guides/operator-installation.md @@ -231,7 +231,7 @@ eigenlayer operator keys export --key-type ecdsa --key-path [path] Step 1: Follow the instructions in [Obtaining Testnet ETH](https://docs.eigenlayer.xyz/restaking-guides/restaking-user-guide/stage-2-testnet/obtaining-testnet-eth-and-liquid-staking-tokens-lsts) to fund a web3 wallet with HolEth. -Step 2: Send **at least 1 Holesky ETH** to the “address” field referenced in your operator-config.yaml file. This ETH will be used to cover the gas cost for operator registration in the subsequent steps. +Step 2: Send **at least 1 Holesky ETH** to the “address” field referenced in your `operator.yaml` file that will be created in the Operator Registration and configuration setup step below. This ETH will be used to cover the gas cost for operator registration in the subsequent steps. --- From 85aeca260b1f3d84c39bf9bedc3fa05193083898 Mon Sep 17 00:00:00 2001 From: Nelson Ijih Date: Wed, 3 Apr 2024 22:28:09 -0700 Subject: [PATCH 2/4] Added more clarity to the language --- docs/eigenlayer/operator-guides/operator-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eigenlayer/operator-guides/operator-installation.md b/docs/eigenlayer/operator-guides/operator-installation.md index 96249c3b..107504b5 100644 --- a/docs/eigenlayer/operator-guides/operator-installation.md +++ b/docs/eigenlayer/operator-guides/operator-installation.md @@ -241,7 +241,7 @@ Step 2: Send **at least 1 Holesky ETH** to the “address” field referenced in #### Configuration Setup -You can create the config files needed for operator registration using the below command: +You can create the config files(`operator.yaml` and `metadata.json`) needed for operator registration using the below command: ``` eigenlayer operator config create From 1c7430282293b397f876e31e4ea2346bdf1136be Mon Sep 17 00:00:00 2001 From: Nelson Ijih Date: Wed, 3 Apr 2024 22:47:29 -0700 Subject: [PATCH 3/4] added more instructional information --- docs/eigenlayer/operator-guides/operator-installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/eigenlayer/operator-guides/operator-installation.md b/docs/eigenlayer/operator-guides/operator-installation.md index 107504b5..49af9406 100644 --- a/docs/eigenlayer/operator-guides/operator-installation.md +++ b/docs/eigenlayer/operator-guides/operator-installation.md @@ -246,6 +246,13 @@ You can create the config files(`operator.yaml` and `metadata.json`) needed for ``` eigenlayer operator config create ``` +Below is a list of required information that you will need to populate in the `operator.yaml` file: +1. Operator address +2. Earnings address (default to your operator address) +3. ETH rpc url +4. ECDSA key path +5. Select Network: mainnet,goerli, holesky,local + When prompted for operator address, make sure your operator address is same as the ecdsa key address you created/imported in key creation steps. From ad4949797269e9d20baa26069800c3477369b309 Mon Sep 17 00:00:00 2001 From: Nelson Ijih Date: Wed, 3 Apr 2024 23:29:55 -0700 Subject: [PATCH 4/4] added more language for clearer instructions --- docs/eigenlayer/operator-guides/operator-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eigenlayer/operator-guides/operator-installation.md b/docs/eigenlayer/operator-guides/operator-installation.md index 49af9406..59d5f088 100644 --- a/docs/eigenlayer/operator-guides/operator-installation.md +++ b/docs/eigenlayer/operator-guides/operator-installation.md @@ -272,7 +272,7 @@ An example list of providers is [available here](https://www.alchemy.com/list-of #### Holesky Smart contract addresses -For operator registration in a Holesky environment, you need to set the DelegationManager contract address as follows: +For operator registration in a Holesky environment, you need to set the DelegationManager contract address in the `operator.yaml` to the following address: [Current Testnet Deployment](Current Testnet Deployment): Holesky DelegationManager: [`0xA44151489861Fe9e3055d95adC98FbD462B948e7`](https://holesky.etherscan.io/address/0xA44151489861Fe9e3055d95adC98FbD462B948e7).