-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Your issue will be reviewed by a maintainer and labeled for further action.
To complete your request, follow the bot-actions to report this on the support E-mail box and follow the outlined steps. Alternatively, you can report this issue on the official web page to an agent for assistance
@milos-ethernal
Issue Description
Bug description
In MetaMask wallet after the token is added the balance is shown as 0 even tho the ''Add token" pop-up shows correct amount.
After some debuging I noticed that problematic tokens have
"aggregators": ["Dynamic"]set and they always get zero balance inAccoutntsApiBalanceFetcher.fetchbecause API didn't return any value for them.I opened #7879 which fixes it by calling RPC callback but noticed that this may not be the best solution and that potentially the fetch should handle this differently so I open this issue to spark a discussion on this bug.
Steps to reproduce
Add any token to wallet which has
"aggregators": ["Dynamic"]to walletScreenshots of this problem



