Balance is always zero #7076
Unanswered
empav
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I'm not sure if it's a bug or because of my technical debt. This is my wallet:

on 2 networks, mainnet and sepolia for tests. I can switch between the 2:

Balance is awalys 0 but when I try to "Send" I get the exact number of eth and stuff that I do have in my wallet:


Also I'm trying to fetch the balance like this:
const { fetchBalance } = useAppKitBalance();
and later on accessing the data like this:
Balance: {balance.data?.formatted} {balance.data?.symbol}
This one show up the symbol but not the balance.
Could anyone please help me out on this? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions