From ced16eecc9924f2e3c8bb06199a42972c781efd4 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 6 Apr 2022 14:38:43 +0100 Subject: [PATCH] =?UTF-8?q?Ocean=20Asset=20NFT=20=E2=86=92=20Ocean=20Data?= =?UTF-8?q?=20NFT=20(#1328)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/@utils/nft.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@utils/nft.ts b/src/@utils/nft.ts index 3f2ae08a7..326900141 100644 --- a/src/@utils/nft.ts +++ b/src/@utils/nft.ts @@ -50,7 +50,7 @@ export function generateNftMetadata(): NftMetadata { const imageData = `data:image/svg+xml,${encodeSvg(svg.outerHTML)}` const newNft: NftMetadata = { - name: 'Ocean Asset NFT', + name: 'Ocean Data NFT', symbol: 'OCEAN-NFT', description: `This NFT represents an asset in the Ocean Protocol v4 ecosystem.`, external_url: 'https://market.oceanprotocol.com',