From 69006d118f89f7ef2f49390ff7d2a85f20908e6a Mon Sep 17 00:00:00 2001 From: bharathbabu-moralis Date: Tue, 8 Oct 2024 14:29:21 +0400 Subject: [PATCH] fix: correction of unstoppable domain api --- .../wallet-api/09-Get Wallet Domains/resolve-domain.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/01-web3-data-api/evm/reference/wallet-api/09-Get Wallet Domains/resolve-domain.mdx b/docs/01-web3-data-api/evm/reference/wallet-api/09-Get Wallet Domains/resolve-domain.mdx index 735d5b48..d8481619 100644 --- a/docs/01-web3-data-api/evm/reference/wallet-api/09-Get Wallet Domains/resolve-domain.mdx +++ b/docs/01-web3-data-api/evm/reference/wallet-api/09-Get Wallet Domains/resolve-domain.mdx @@ -1,13 +1,13 @@ --- sidebar_position: 3 -sidebar_label: Get Unstoppable Domain by Address +sidebar_label: Get Address by Unstoppable Domain slug: /web3-data-api/evm/reference/wallet-api/resolve-domain --- import ApiReference from "@site/src/components/ApiReference"; import config from "@site/docs/configs/api-reference/configs.json"; -# Get Unstoppable Domain by Address +# Get Address by Unstoppable Domain import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx";