During the upgrade of certain asset controllers to inherit from BaseControllerV2, the reset method, which was previously used to reset the state of some controllers, became unavailable. This method is still required for MetaMask Mobile and is currently patched here: MetaMask Mobile Patch.
To address this, we should add the resetState method to NftController, TokensController, TokenBalancesController, and TokenRatesController.
During the upgrade of certain asset controllers to inherit from BaseControllerV2, the reset method, which was previously used to reset the state of some controllers, became unavailable. This method is still required for MetaMask Mobile and is currently patched here: MetaMask Mobile Patch.
To address this, we should add the resetState method to
NftController
,TokensController
,TokenBalancesController
, andTokenRatesController
.