1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

Ocean Asset NFT → Ocean Data NFT (#1328)

This commit is contained in:
Matthias Kretschmann 2022-04-06 14:38:43 +01:00 committed by GitHub
parent cd5ff7cf73
commit ced16eecc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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