Skip to content

Commit 3569c2d

Browse files
committed
Merge branch 'rework_batcher_concurrency' of github.com:yetanotherco/aligned_layer into rework_batcher_concurrency
2 parents 28b95d3 + 4409143 commit 3569c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/operator_guides/0_running_an_operator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ make operator_build ENVIRONMENT=mainnet
7272
If you want to upgrade the operator in **Testnet**, run:
7373

7474
```bash
75-
make operator_start ENVIRONMENT=testnet
75+
make operator_update ENVIRONMENT=testnet
7676
```
7777

7878
If you want to upgrade the operator in **Mainnet**, run:
7979

8080
```bash
81-
make operator_start ENVIRONMENT=mainnet
81+
make operator_update ENVIRONMENT=mainnet
8282
```
8383

8484
This will recreate the binaries. You can then proceed to restart the operator.

0 commit comments

Comments
 (0)