Skip to content

Commit da9a82b

Browse files
committed
update node guide
1 parent 421dfbc commit da9a82b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/en/developers/guides/running-a-scroll-node.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For most developers, using [our official RPC endpoint](/en/developers/developer-
1818

1919
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.
2020

21-
For the remainder of this guide, `VERSION` will denote the version tag. For example, `scroll-v5.5.0`.
21+
For the remainder of this guide, `VERSION` will denote the version tag. For example, `scroll-v5.6.0`.
2222

2323
### Hardware Requirements
2424

@@ -118,7 +118,7 @@ Running the node in Docker might have a significant impact on node performance.
118118
--http --http.addr "0.0.0.0" --http.port 8545 --http.api "eth,net,web3,debug,scroll" \
119119
--l1.endpoint "$L2GETH_L1_ENDPOINT" --rollup.verify
120120
```
121-
For Scroll Sepolia, set the chain ID to 534351.
121+
For Scroll Sepolia, set the chain ID to 534351 and use `--scroll-sepolia` instead of `--scroll`.
122122

123123
2. In a separate shell, you can now attach to `l2geth`.
124124

0 commit comments

Comments
 (0)