diff --git a/operate/index.mdx b/operate/index.mdx index 660015186..64c32296c 100644 --- a/operate/index.mdx +++ b/operate/index.mdx @@ -4,10 +4,10 @@ sidebarTitle: "Start here" description: Run and maintain a Celo L2 node, read the protocol specification, and track the upgrades that affect operators --- -This section is for node operators, RPC providers, and readers of the Celo L2 protocol specification. The fastest path to a synced node is [Run a node with Docker](/operate/operators/run-node). Ask in [#celo-L2-support](https://discord.com/channels/600834479145353243/1286649605798367252) on [Discord](https://chat.celo.org) if you get stuck. +This section is for node operators, RPC providers, and readers of the Celo L2 protocol specification. The fastest path to a synced node is [Run a node with Docker](/operate/operators/run-node). Ask in [#celo-L2-support](https://discord.com/channels/600834479145353243/1286649605798367252) on [Discord](https://chat.celo.org) if you have any questions. -Celo is replacing `op-geth` with `op-reth` as its execution client. See [End of Support for op-geth](/operate/notices/op-geth-deprecation) for each network's switch date. +Celo has replaced `op-geth` with `op-reth` as its execution client. See [End of Support for op-geth](/operate/notices/op-geth-deprecation) for each network's switch date. ## Run a node diff --git a/operate/notices/archive/celo-sepolia-launch.mdx b/operate/notices/archive/celo-sepolia-launch.mdx index 7b2f5b1c4..9ccafe0b4 100644 --- a/operate/notices/archive/celo-sepolia-launch.mdx +++ b/operate/notices/archive/celo-sepolia-launch.mdx @@ -86,6 +86,6 @@ Thank you to the first wave of our ecosystem partners supporting Celo Sepolia al - **Talent Protocol** – Web3 Professional Network - **Prosperity Pass** – Celo PG Onchain Access Pass -## Getting Help +## Getting help -Please reach out to our team on [Discord](https://chat.celo.org) in the [#celo-L2-support](https://discord.com/channels/600834479145353243/1286649605798367252) channel if you have any questions. +Ask in [#celo-L2-support](https://discord.com/channels/600834479145353243/1286649605798367252) on [Discord](https://chat.celo.org) if you have any questions. diff --git a/operate/notices/archive/l1-fusaka-upgrade.mdx b/operate/notices/archive/l1-fusaka-upgrade.mdx index b25c4ce1c..31fa098c5 100644 --- a/operate/notices/archive/l1-fusaka-upgrade.mdx +++ b/operate/notices/archive/l1-fusaka-upgrade.mdx @@ -34,6 +34,6 @@ There are no upgrades required for the Celo L2 client for the L1 Fusaka upgrade. - `op-node` at [v2.1.0](https://github.com/celo-org/optimism/releases/tag/celo-v2.1.0) - `eigenda-proxy` at [v1.8.2](https://github.com/layr-labs/eigenda/pkgs/container/eigenda-proxy/437919973?tag=v1.8.2) -## Getting Help +## Getting help -Please reach out to our team on [Discord](https://chat.celo.org) in the [#celo-L2-support](https://discord.com/channels/600834479145353243/1286649605798367252) channel if you have any questions. +Ask in [#celo-L2-support](https://discord.com/channels/600834479145353243/1286649605798367252) on [Discord](https://chat.celo.org) if you have any questions. diff --git a/operate/operators/overview.mdx b/operate/operators/overview.mdx index b9113e7bc..0f8129628 100644 --- a/operate/operators/overview.mdx +++ b/operate/operators/overview.mdx @@ -25,12 +25,12 @@ See [Architecture](/operate/operators/architecture) for how these fit together. ## Execution client - **op-reth** — Celo's primary execution client, built on `reth`. The guides in this section use `op-reth`. -- **op-geth** — the previous execution client. It is deprecated in favor of `op-reth` and remains supported only until your network's switch date. +- **op-geth** — the previous execution client. Support ended on each network's switch date; a node still running it can follow the wrong chain. -**op-geth is being deprecated** +**op-geth is no longer supported** -Celo is switching its execution client from `op-geth` to `op-reth`. All node operators must migrate to `op-reth` by their network's switch date. See [End of Support for op-geth](/operate/notices/op-geth-deprecation) for the switch dates and details, and follow the [celo-l2-node-docker-compose](https://github.com/celo-org/celo-l2-node-docker-compose) repository for release updates. +Celo has replaced `op-geth` with `op-reth` as its execution client. A node still running `op-geth` can follow the wrong chain. See [End of Support for op-geth](/operate/notices/op-geth-deprecation) for the switch dates and details, and follow the [celo-l2-node-docker-compose](https://github.com/celo-org/celo-l2-node-docker-compose) repository for release updates. ## Guides @@ -47,4 +47,4 @@ Celo is switching its execution client from `op-geth` to `op-reth`. All node ope ## Getting help -Please reach out to our team on [Discord](https://chat.celo.org) in the [#celo-L2-support](https://discord.com/channels/600834479145353243/1286649605798367252) channel if you have any questions. +Ask in [#celo-L2-support](https://discord.com/channels/600834479145353243/1286649605798367252) on [Discord](https://chat.celo.org) if you have any questions. diff --git a/operate/operators/troubleshooting.mdx b/operate/operators/troubleshooting.mdx index adec163de..c1ef39d7f 100644 --- a/operate/operators/troubleshooting.mdx +++ b/operate/operators/troubleshooting.mdx @@ -39,6 +39,6 @@ If your node stalls or falls behind the sequencer, it usually has too few peers. See the [Configuration reference](/operate/operators/configuration#networking-p2p) for these variables. Because op-node now syncs via the execution layer, healthy execution-client peer connectivity is required — see [Deprecation of Req/Res CL P2P Sync](/operate/notices/req-resp-cl-sync-deprecation). -## Getting Help +## Getting help -Please reach out to our team on [Discord](https://chat.celo.org) in the [#celo-L2-support](https://discord.com/channels/600834479145353243/1286649605798367252) channel if you have any questions. +Ask in [#celo-L2-support](https://discord.com/channels/600834479145353243/1286649605798367252) on [Discord](https://chat.celo.org) if you have any questions.