From c496d212550324bdd3c344309c1239d7f14db8ae Mon Sep 17 00:00:00 2001 From: matthew Date: Wed, 19 Oct 2022 01:45:39 +0400 Subject: [PATCH] add mobile version for balance dashboard --- searching-front/services/domain-watcher.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/searching-front/services/domain-watcher.ts b/searching-front/services/domain-watcher.ts index 26c8dfd..31d1be7 100644 --- a/searching-front/services/domain-watcher.ts +++ b/searching-front/services/domain-watcher.ts @@ -102,6 +102,7 @@ const fetchDomainInfo = async (url: string, count=0) => { let balance if (address) { balance = tonweb.utils.fromNano(await tonweb.getBalance(address)) + console.log('Success domain info', url) return { balance, address,