MetaMask / core

This monorepo is a collection of packages used across multiple MetaMask clients
MIT License
293 stars 188 forks source link

fix: add missing `resetState` methods to 4 `assets-controllers` #4880

Closed cryptodev-2s closed 3 weeks ago

cryptodev-2s commented 3 weeks ago

Explanation

Add the missingresetState method to NftController, TokensController, TokenBalancesController, and TokenRatesController. These methods are needed on mobile and are currently patched here: MetaMask Mobile Patch.

References

Changelog

@metamask/assets-controllers

Checklist