We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The OpenSea Testnet API now uses the Goerli Testnet work (https://docs.opensea.io/reference/testnets-api-overview#:~:text=Ethereum%20Goerli%20test%20network)
This causes issues when trying to import a NFT on a testnet. Loading the metadata of the contract currently always fails.
Changing the RINKEBY_CHAIN_ID constant to a GOERLI_CHAIN_ID constant would probably solve this issue.
RINKEBY_CHAIN_ID
GOERLI_CHAIN_ID
https://github.com/MetaMask/controllers/blob/main/src/constants.ts#L9
The text was updated successfully, but these errors were encountered:
This was handled by #1041
Sorry, something went wrong.
No branches or pull requests
The OpenSea Testnet API now uses the Goerli Testnet work (https://docs.opensea.io/reference/testnets-api-overview#:~:text=Ethereum%20Goerli%20test%20network)
This causes issues when trying to import a NFT on a testnet. Loading the metadata of the contract currently always fails.
Changing the
RINKEBY_CHAIN_ID
constant to aGOERLI_CHAIN_ID
constant would probably solve this issue.https://github.com/MetaMask/controllers/blob/main/src/constants.ts#L9
The text was updated successfully, but these errors were encountered: