Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFT not displayed, nor "discovered" #2108

Closed
SvenMeyer opened this issue Jan 12, 2021 · 5 comments
Closed

NFT not displayed, nor "discovered" #2108

SvenMeyer opened this issue Jan 12, 2021 · 5 comments
Labels
NFTs issues related to collectibles - ERC721, ERC1155 type-bug Something isn't working

Comments

@SvenMeyer
Copy link

SvenMeyer commented Jan 12, 2021

Metamask mobile shows my crypto kitties NFTs / ERC721 "automatically / by itself" on Mainnet.

My own, simple OpenZeppelin ERC721 NFT on Kovan testnet does not show up "automatically / by itself", but is visible on etherscan:

https://kovan.etherscan.io/token/0xae5638ba84a03c4edaa70e21f942a70f3f214d04

However, once I manually (!) entered the contract address and Collectible ID my NFT was being displayed.
(A QR scan option for the address would help at least a little bit here).

What does a ERC721 NFT need to provide to "automatically" show up ?

Does it make a difference if Mainnet or Kovan is being used ?
(I have not yet deployed my NFT on Mainnet)

@SvenMeyer SvenMeyer added the type-bug Something isn't working label Jan 12, 2021
@BennyTheDev
Copy link

Missed your bug report before I wrote mine but it is very likely this as you refer to kovan network:
#2110

@SvenMeyer
Copy link
Author

updated initial post with a better description ...

@SvenMeyer
Copy link
Author

Just tried rinkeby, same problem as on Kovan.
The NFT is minted, but does not automatically show up in Metamask Mobile, however it is being displayed once you type in the NFT contract address and tokenID.

@omnat
Copy link
Contributor

omnat commented Jan 27, 2021

As @crosstec suspects, this is likely because we are using OpenSea API to pull NFT lists for accounts. Investigating this on our end too.

@omnat omnat added NFTs issues related to collectibles - ERC721, ERC1155 custom network labels Jan 27, 2021
@omnat
Copy link
Contributor

omnat commented Jan 27, 2021

Closing as this seems same issue as #2110. Lets move our conversation to #2110 @SvenMeyer

@omnat omnat closed this as completed Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NFTs issues related to collectibles - ERC721, ERC1155 type-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants