From 6307611f69b0d58458510c486b6b775cf3b38c88 Mon Sep 17 00:00:00 2001 From: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:01:55 +0900 Subject: [PATCH] Update run-a-taiko-node.mdx --- packages/website/pages/docs/guides/run-a-taiko-node.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 10ae5bf7356..5a51295d2ee 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 `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: