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 72dcbe8 commit 0987620Copy full SHA for 0987620
docs/operator_guides/0_running_an_operator.md
@@ -72,13 +72,13 @@ make operator_build ENVIRONMENT=mainnet
72
If you want to upgrade the operator in **Testnet**, run:
73
74
```bash
75
-make operator_start ENVIRONMENT=testnet
+make operator_update ENVIRONMENT=testnet
76
```
77
78
If you want to upgrade the operator in **Mainnet**, run:
79
80
81
-make operator_start ENVIRONMENT=mainnet
+make operator_update ENVIRONMENT=mainnet
82
83
84
This will recreate the binaries. You can then proceed to restart the operator.
0 commit comments