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.md
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ This registration process is essential for establishing an identity and enabling
23
23
To register, the following command should be executed in the terminal:
24
24
25
25
```bash
26
-
docker run -it public.ecr.aws/y7v2w8b2/avs-othentic-client:90fc014d operator register
26
+
docker run --platform linux/amd64 -it public.ecr.aws/y7v2w8b2/avs-othentic-client:f1e34480 operator register
27
27
```
28
28
29
29
After executing the command, the following information will be required:
30
30
31
-
-**Operator's Private Key**: the private key must be provided to authenticate and secure the operator account.
32
-
-**AVS Governance Contract Address**: the following contract address should be entered: [0xfADc5aCf45D7E9ebAB82Dea71E26fe3A9A833337](https://holesky.etherscan.io/address/0xfadc5acf45d7e9ebab82dea71e26fe3a9a833337).
31
+
-**Operator's Private Key**: the private key must be provided to authenticate and secure the operator account. The private key should be provided twice: as a private key and as a signing key.
32
+
-**AVS Governance Contract Address**: the following contract address should be entered: [0xBA7A7CaEE3b1ed84a98dBc20Ea20fe21FE7D557e](https://holesky.etherscan.io/address/0xBA7A7CaEE3b1ed84a98dBc20Ea20fe21FE7D557e).
0 commit comments