diff --git a/src/content/docs/en/developers/guides/running-a-scroll-node.mdx b/src/content/docs/en/developers/guides/running-a-scroll-node.mdx index 84138807..d2c8e0de 100644 --- a/src/content/docs/en/developers/guides/running-a-scroll-node.mdx +++ b/src/content/docs/en/developers/guides/running-a-scroll-node.mdx @@ -19,7 +19,7 @@ For most developers, using [our official RPC endpoint](/en/developers/developer- We recommend using the latest release at https://github.com/scroll-tech/go-ethereum/releases. The required version for Scroll Mainnet is `scroll-v5.5.0` or higher, and for Scroll Sepolia it is `scroll-v5.4.2` or higher. If you'd like to keep up with new node releases, go to https://github.com/scroll-tech/go-ethereum, click on **Watch**, **Custom**, and make sure that **Releases** is selected. -For the remainder of this guide, `VERSION` will denote the version tag. For example, `scroll-v5.7.0`. +For the remainder of this guide, `VERSION` will denote the version tag. For example, `scroll-v5.8.0`. ### Hardware Requirements @@ -144,9 +144,9 @@ Running the node in Docker might have a significant impact on node performance. ## Run L2geth in L1 Follower Mode Run `l2geth` with the `--da.sync` flag.