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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changed
BREAKING: Split AssetsDetectionController into CollectiblesDetectionController and TokenDetectionController (#619)
Consumers of the AssetsDetectionController will have to now import both TokenDetectionController and CollectibleDetectionController and split up the calling of any methods accordingly.
BREAKING: Set the CurrencyRateController property conversionDate to null if fetching the data fails. (#621)
Consumers of the CurrencyRateController will need to ensure their code anticipates that conversionDate will sometimes be set to null.