Skip to content

Commit 4a405ff

Browse files
authored
feat: update node operator doc for Curie (#264)
1 parent f5e7cb2 commit 4a405ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

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

1717
### Finding the latest version
1818

19-
We recommend using the latest release at https://github.com/scroll-tech/go-ethereum/releases. The required version for Scroll Mainnet is `scroll-v5.3.0` or higher, and for Scroll Sepolia it is `scroll-v5.2.0` 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.
19+
We recommend using the latest release at https://github.com/scroll-tech/go-ethereum/releases. The required version for Scroll Mainnet is `scroll-v5.4.2` 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.3.0`.
21+
For the remainder of this guide, `VERSION` will denote the version tag. For example, `scroll-v5.4.2`.
2222

2323
### Hardware Requirements
2424

@@ -176,6 +176,7 @@ enode://c7b2d94e95da343db6e667a01cef90376a592f2d277fbcbf6e9c9186734ed8003d013895
176176
"archimedesBlock": 0,
177177
"shanghaiBlock": 0,
178178
"bernoulliBlock": 5220340,
179+
"curieBlock": 6924036,
179180
"clique": {
180181
"period": 3,
181182
"epoch": 30000
@@ -290,6 +291,7 @@ enode://dd1ac5433c5c2b04ca3166f4cb726f8ff6d2da83dbc16d9b68b1ea83b7079b371eb16ef4
290291
"archimedesBlock": 0,
291292
"shanghaiBlock": 0,
292293
"bernoulliBlock": 3747132,
294+
"curieBlock": 4740239,
293295
"clique": {
294296
"period": 3,
295297
"epoch": 30000

0 commit comments

Comments
 (0)