PatrickAlphaC / aave_brownie_py_freecode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

useEtherBalance and useTokenBalance returns undefined

PrathamGit-dev opened this issue · comments

image

If you look at line 13, the function useTokenBalance should return the amount in the account for that particular token address, but if I check the console, the console gives value undefined and similar for useEtherBalance in line 14. However, account and adress of token is correctly showing up in console. Please suggest a way to correct this.

image

I think you might be looking at the wrong repo... This repo uses python not js.