From 358960153a63cf188abd9f214de4f88d9cfddfa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Thu, 19 Dec 2024 10:44:46 +0100 Subject: [PATCH] update version and rephrase paragraph --- .../docs/en/developers/guides/running-a-scroll-node.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.