diff --git a/packages/website/pages/docs/guides/run-a-taiko-node.mdx b/packages/website/pages/docs/guides/run-a-taiko-node.mdx index f00dc5fffdf..ba8888ba174 100644 --- a/packages/website/pages/docs/guides/run-a-taiko-node.mdx +++ b/packages/website/pages/docs/guides/run-a-taiko-node.mdx @@ -170,7 +170,7 @@ curl http://localhost:8547 \ which should return the chainId as `0x28c5d` (167005): ```json -{ "jsonrpc": "2.0", "id": 0, "result": "0x28c5d" } +{ "jsonrpc": "2.0", "id": 1, "result": "0x28c5d" } ``` 2. Check if the Execution Layer client is synced by requesting the latest Taiko L2 / L3 block from the Execution Layer client: