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
By default getBalance method will query node every time it's called which generates too many api calls and it's prone to failure.
I would propose that wallet subscribes to balance updates and keeps cached balance. This would allow us to have balance healthcheck without generating api calls.