From 5a26e813e2c114de7eb9ade02576dfd37ce34729 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 6 Nov 2023 20:37:30 +0530 Subject: [PATCH] Update index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 5ee82bc..5a75699 100644 --- a/index.html +++ b/index.html @@ -405,6 +405,7 @@ if (!ethAddress) return buttonLoader('check_balance_button', true) Promise.all([checkUSDCBalance(ethAddress), checkUSDTBalance(ethAddress)]).then(([usdcBalance, usdtBalance]) => { + console.log(usdcBalance, usdtBalance) getRef('eth_address').value = ethAddress getRef('flo_address').value = floAddress getRef('usdc_balance').textContent = `${ethers.utils.formatUnits(usdcBalance, 6)} USDC`