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,