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: docs/avs/running-avs-operator-mainnet.md
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ docker run --platform linux/amd64 -it public.ecr.aws/y7v2w8b2/avs-othentic-clien
38
38
39
39
After executing the command, the following information will be required:
40
40
41
-
-**Operator's Private Key** (The [Controller](https://docs.othentic.xyz/main/avs-framework/othentic-cli/operator-registration#controller-key-and-consensus-key) key): This is the key used to sign up with the Othentic shared security protocol and is the account to which restakers delegate their staked assets.
42
-
-**Use a different private key for Consensus?** (The [Consensus](https://docs.othentic.xyz/main/avs-framework/othentic-cli/operator-registration#controller-key-and-consensus-key) key): Choose "Yes" if you want to use a separate key for signing consensus messages, otherwise select "No" to use the same key.
41
+
-**Operator's Private Key** (The [Controller Key](https://docs.othentic.xyz/main/avs-framework/othentic-cli/operator-registration#controller-key-and-consensus-key)): This is the key used to sign up with the Othentic shared security protocol and is the account to which restakers delegate their staked assets.
42
+
-**Use a different private key for Consensus?** (The [Consensus Key](https://docs.othentic.xyz/main/avs-framework/othentic-cli/operator-registration#controller-key-and-consensus-key)): Choose "Yes" if you want to use a separate key for signing consensus messages, otherwise select "No" to use the same key.
43
43
-**AVS Governance Contract Address**: the following contract address should be entered: `0x6f943318b05AD7c6EE596A220510A6D64B518dd8`
44
44
-**Rewards Receiver Address** – Optional. If left blank, it defaults to the operator's address.
45
45
- If you are not yet registered with EigenLayer, you will be prompted to provide additional details, such as your operator name, description, website, logo URL, and Twitter profile.
@@ -105,7 +105,9 @@ The next step involves creating a configuration file that will define the essent
105
105
This configuration file, named `.env`, should contain the following content:
106
106
107
107
```bash
108
-
PRIVATE_KEY= # operator's private key
108
+
PRIVATE_KEY = # the Consensus Key of the operator
109
+
OPERATOR_ADDRESS = # the public address of the Controller Key.
|`PRIVATE_KEY`| The [Consensus Key](https://docs.othentic.xyz/main/avs-framework/othentic-cli/private-key-management#consensus-key)|
123
+
|`OPERATOR_ADDRESS`| The public address of the [Controller Key](https://docs.othentic.xyz/main/avs-framework/othentic-cli/private-key-management#controller-key)|
124
+
|`L1_RPC` / `L2_RPC`| The RPC endpoint addresses for the L1 (Ethereum) and L2 (Base) networks, respectively |
122
125
123
126
:::tip
124
127
The fields marked with comments (#) need to be filled in with the appropriate values specific to the operator’s setup.
0 commit comments