We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f781be commit 1fea98bCopy full SHA for 1fea98b
docs/operator_guides/0_running_an_operator.md
@@ -125,7 +125,15 @@ eth_ws_url: "wss://<RPC_1>"
125
eth_ws_url_fallback: "wss://<RPC_2>"
126
```
127
128
-## Step 4 - Start the operator
+## Step 4 - Register Operator on AlignedLayer
129
+
130
+Then you must register as an Operator on AlignedLayer. To do this, you must run:
131
132
+```bash
133
+make operator_register_with_aligned_layer CONFIG_FILE=./config-files/config-operator-mainnet.yaml
134
+```
135
136
+## Step 5 - Start the operator
137
138
```bash
139
./operator/build/aligned-operator start --config ./config-files/config-operator-mainnet.yaml
0 commit comments