From 329ac9bbc3d6aaa08a78bd0831839ad7e7a95bf0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 13 Jan 2022 12:07:55 +0000 Subject: [PATCH] shorten NFT symbol * ref #944 --- 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 88dff2f98..67a2e3935 100644 --- a/src/@utils/nft.ts +++ b/src/@utils/nft.ts @@ -40,7 +40,7 @@ export function generateNftMetadata(): NftMetadata { const newNft: NftMetadata = { name: 'Ocean Asset v4 NFT', - symbol: 'OCEAN-V4-NFT', + symbol: 'OCEAN-NFT', description: `This NFT represents an asset in the Ocean Protocol v4 ecosystem.`, // TODO: ideally this includes the final DID external_url: 'https://market.oceanprotocol.com',