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
Consumers of the collectibleDetectionController and collectibleController who wish to continue use of OpenSea's API and AutoDetection will either need to configure openSeaEnabled to true after instantiating the controller now or expose a toggle for users to change the openSeaEnabled state in the preferences controller.
Changed
Change expected shape of OpenSea contract API to use collections (#628)
Modify requirements for adding OpenSea detected contract (#644)
Removed
BREAKING: Add detection params (userAddress, chainId) and remove duplicate source of truth (#636)
Both collectibles and collectibleContracts are removed from CollectiblesController state.
Consumers who use these pieces of state will need to migrate to use the AllCollectibles and AllCollectiblesContracts state instead.