Skip to content

Commit

Permalink
Update run-a-taiko-node.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Sep 20, 2023
1 parent 002a29b commit 6307611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/pages/docs/guides/run-a-taiko-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ curl http://localhost:8547 \
which should return the chainId as `0x28c5f` (167007):

```json
{ "jsonrpc": "2.0", "id": 0, "result": "0x28c5f" }
{ "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 6307611

Please sign in to comment.