diff --git a/src/components/nfts/config.ts b/src/components/nfts/config.ts index 6e4610ace7..2d6d6391bc 100644 --- a/src/components/nfts/config.ts +++ b/src/components/nfts/config.ts @@ -70,6 +70,14 @@ export const nftPlatforms: Record> = { }, ], + [chains.sep]: [ + { + title: 'OpenSea', + logo: '/images/common/nft-opensea.svg', + getUrl: (item) => `https://testnets.opensea.io/assets/${item.address}/${item.id}`, + }, + ], + [chains.oeth]: [ { title: 'OpenSea',