We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef8df06 + 08b1177 commit 4b0d78bCopy full SHA for 4b0d78b
packages/components/src/components/NFTGallery/NFTGallery.tsx
@@ -53,7 +53,7 @@ export const NFTGallery = ({
53
const apiSubDomain = isTestnet ? `rinkeby-api` : `api`;
54
if (isTestnet)
55
console.log(
56
- `⚠️ OpenSea currently only supports Rinkedby with testnets.`
+ `⚠️ OpenSea currently only supports Rinkeby with testnets.`
57
);
58
if (address.endsWith('.eth')) {
59
if (!web3Provider) {
0 commit comments