From 759ae0ce86d29f9ef7104cd909c40ec060f48acb Mon Sep 17 00:00:00 2001 From: watacchi <35671508+watacchi@users.noreply.github.com> Date: Fri, 28 Jul 2023 22:44:37 +0900 Subject: [PATCH] fix(website): fix port number on node-runner-manual.mdx and run-a-taiko-node.mdx (#14306) Co-authored-by: Kenk Co-authored-by: David --- .../website/pages/docs/guides/run-a-node/run-a-taiko-node.mdx | 2 +- packages/website/pages/docs/manuals/node-runner-manual.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/website/pages/docs/guides/run-a-node/run-a-taiko-node.mdx b/packages/website/pages/docs/guides/run-a-node/run-a-taiko-node.mdx index 0e983568091..4b5a2341a47 100644 --- a/packages/website/pages/docs/guides/run-a-node/run-a-taiko-node.mdx +++ b/packages/website/pages/docs/guides/run-a-node/run-a-taiko-node.mdx @@ -163,7 +163,7 @@ docker compose -f ./docker-compose.l3.yml --env-file .env.l3 up -d ### Verify node is running -A node dashboard will be running on `localhost` on the `GRAFANA_PORT` you set in your `.env` or `.env.l3` file. For a Grimsvotn L2 node that would default to: [http://localhost:3000/d/L2ExecutionEngine/l2-execution-engine-overview](http://localhost:3000/d/L2ExecutionEngine/l2-execution-engine-overview). +A node dashboard will be running on `localhost` on the `GRAFANA_PORT` you set in your `.env` or `.env.l3` file. For a Grimsvotn L2 node that would default to: [http://localhost:3001/d/L2ExecutionEngine/l2-execution-engine-overview](http://localhost:3001/d/L2ExecutionEngine/l2-execution-engine-overview). You can verify that your node is syncing by checking the **chain head** on the dashboard and seeing that it is increasing. Once the chain head matches what's on the block explorer, you are fully synced. diff --git a/packages/website/pages/docs/manuals/node-runner-manual.mdx b/packages/website/pages/docs/manuals/node-runner-manual.mdx index 2ddc7183d40..dedfb35927a 100644 --- a/packages/website/pages/docs/manuals/node-runner-manual.mdx +++ b/packages/website/pages/docs/manuals/node-runner-manual.mdx @@ -75,13 +75,13 @@ docker compose -f ./docker-compose.l3.yml --env-file .env.l3 down -v **Grimsvotn L2:** ```sh -open http://localhost:3000/d/L2ExecutionEngine/l2-execution-engine-overview +open http://localhost:3001/d/L2ExecutionEngine/l2-execution-engine-overview ``` **Eldfell L3:** ```sh -open http://localhost:3001/d/L2ExecutionEngine/l2-execution-engine-overview +open http://localhost:3002/d/L2ExecutionEngine/l2-execution-engine-overview ``` ## View all logs