Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(balances): Fixing walletHasBalance (#4807)
### Description `fetchTokenBalancesForAddress` can return tokens with zero balance (in the ethereum flow for example), so `walletHasBalance` returns `true` where it should return `false`. Co-authored-by: Tom McGuire <Mcgtom10@gmail.com>
- Loading branch information