Skip to content

21.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Nov 23:35
· 5060 commits to main since this release
aaae6f0

Added

  • BREAKING: Add openSeaEnabled preference (#645)
  • 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.