1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-28 00:27:49 +02:00

shorten NFT symbol

* ref #944
This commit is contained in:
Matthias Kretschmann 2022-01-13 12:07:55 +00:00
parent 942bd4a77b
commit 329ac9bbc3
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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',