Skip to content

Commit

Permalink
fix: Add opensea to sepolia link templates
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Nov 10, 2023
1 parent 8bc6a4f commit e35dffc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/nfts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ export const nftPlatforms: Record<keyof typeof chains, Array<NftPlatform>> = {
},
],

[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',
Expand Down

0 comments on commit e35dffc

Please sign in to comment.