useERC20Balances Hook

hi everyone hope youโ€™re doing well. Im currently working on displaying the ERC20Balances on my frontend for the moralis x avax hackathon.

I got Native Balance correctly displayed but when it comes to the useERC20Hook its only displaying the Objects that are being fetched. i tried to implement the ERC20Balance Component provided by the eth-boilerplate but it doesnt get picked up correctly. (im using nextjs & tailwind css).

The following screenshot shows how its displayed currently โ€“

1 Like

it looks like you get the date, and it only needs to be processed to show it in UI

2 Likes

thanks i figured it out!

[ SOLVED ]

2 Likes