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: