Skip to content

Commit 1fea98b

Browse files
authored
feat: make operator_register_with_aligned_layer (#1535)
1 parent 9f781be commit 1fea98b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/operator_guides/0_running_an_operator.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,15 @@ eth_ws_url: "wss://<RPC_1>"
125125
eth_ws_url_fallback: "wss://<RPC_2>"
126126
```
127127
128-
## Step 4 - Start the operator
128+
## 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
129137

130138
```bash
131139
./operator/build/aligned-operator start --config ./config-files/config-operator-mainnet.yaml

0 commit comments

Comments
 (0)