From 2c402a03aa71e8715839018ad552eb27db53c2c6 Mon Sep 17 00:00:00 2001 From: akira-c <97345048+chapter087@users.noreply.github.com> Date: Wed, 20 Sep 2023 02:04:32 +0800 Subject: [PATCH] Fix error in curl command results in Run a Taiko node The ID specified in the curl command matches the ID displayed in the results. Please correct this as it may be incorrectly identified if the results are incorrect. --- 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 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: