From 7812cf9123f8dc62802681a409d2b9c577446ca4 Mon Sep 17 00:00:00 2001 From: neaf <105706119+neafmm@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:19:02 +0900 Subject: [PATCH] fix(website): Fix chain ID (#14736) Co-authored-by: David Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> --- packages/website/pages/docs/guides/run-a-taiko-node.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 f00dc5fffd..5a51295d2e 100644 --- a/packages/website/pages/docs/guides/run-a-taiko-node.mdx +++ b/packages/website/pages/docs/guides/run-a-taiko-node.mdx @@ -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: