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
Rename CollectiblesController to NftController, and rename all methods, controller properties, types, constants, and state properties to use the term "NFT" instead of "collectible".
Rename CollectibleDetectionController to NftDetectionController, and rename all methods, controller properties, types, constants, and state properties to use the term "NFT" instead of "collectible".
Rename AssetsContractController method getERC721CollectibleTokenId to getERC721NftTokenId.
Rename assetsUtil method compareCollectiblesMetadata to compareNftMetadata.
Rename constant ASSET_TYPES.COLLECTIBLE to ASSET_TYPES.NFT
Rename PreferencesController state property useCollectibleDetection to useNftDetection
Rename PreferenceController method setUseCollectibleDetection to setUseNftDetection