Skip to content

Commit

Permalink
fix(website): Fix chain ID (#14736)
Browse files Browse the repository at this point in the history
Co-authored-by: David <david@taiko.xyz>
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 20, 2023
1 parent bb4d8bc commit 7812cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/website/pages/docs/guides/run-a-taiko-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ curl http://localhost:8547 \
--data '{"method":"eth_chainId","params":[],"id":1,"jsonrpc":"2.0"}'
```

which should return the chainId as `0x28c5d` (167005):
which should return the chainId as `0x28c5f` (167007):

```json
{ "jsonrpc": "2.0", "id": 0, "result": "0x28c5d" }
{ "jsonrpc": "2.0", "id": 1, "result": "0x28c5f" }
```

2. Check if the Execution Layer client is synced by requesting the latest Taiko L2 / L3 block from the Execution Layer client:
Expand Down

0 comments on commit 7812cf9

Please sign in to comment.