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
TokenBalancesController still inherits from BaseController (v1). In order to make all of our controllers consistent, we need to migrate this controller to BaseControllerV2.
Please use #1705 (PhishingController) as a recent reference for this type of migration.