Skip to content

Commit

Permalink
update node guide
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellewei committed Aug 6, 2024
1 parent 421dfbc commit da9a82b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.5.0`.
For the remainder of this guide, `VERSION` will denote the version tag. For example, `scroll-v5.6.0`.

### Hardware Requirements

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

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

Expand Down

0 comments on commit da9a82b

Please sign in to comment.