From d8c4c4c082b4f10108a19b855c7a0e927beb256b Mon Sep 17 00:00:00 2001 From: krystal <56278409+theekrystallee@users.noreply.github.com> Date: Wed, 17 Jun 2026 17:19:02 -0700 Subject: [PATCH] fix: set mainnet mirror node as default API server URL Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com> --- docs.json | 3 +++ openapi.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index 392d16b0..b5be9617 100644 --- a/docs.json +++ b/docs.json @@ -28,6 +28,9 @@ "decoration": "gradient" }, "favicon": "/favicon.png", + "api": { + "baseUrl": "https://mainnet.mirrornode.hedera.com" + }, "appearance": { "default": "light" }, diff --git a/openapi.yaml b/openapi.yaml index 7671b54d..beab8c9d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1522,8 +1522,8 @@ externalDocs: description: REST API Docs url: "https://docs.hedera.com/guides/docs/mirror-node-api/cryptocurrency-api" servers: - - description: The current REST API server - url: "" + - description: Hedera Mainnet Mirror Node + url: "https://mainnet.mirrornode.hedera.com" - description: The production REST API servers url: "{scheme}://{network}.mirrornode.hedera.com" variables: