You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'toString' of undefined
at bnToHex (app/scripts/lib/util.js:195:31)
at None (app/scripts/lib/account-tracker.js:289:25)
at Array.forEach (<anonymous>)
at callback (app/scripts/lib/account-tracker.js:288:17)
...
(3 additional frame(s) were not displayed)
When using the flaire network as a custom rpc, the results below contains an undefined value for at least one of the users addresses.
Sentry Issue: METAMASK-GN8X
When using the flaire network as a custom rpc, the
results
below contains an undefined value for at least one of the users addresses.We can likely default the
balance
to 0 on lines 289 and 290:The text was updated successfully, but these errors were encountered: