onflow / nft-storefront

A general-purpose Cadence contract for trading NFTs on Flow
The Unlicense
102 stars 53 forks source link

MetadataViews required in NFTStorefrontV2? #51

Closed sampullman closed 2 years ago

sampullman commented 2 years ago

Is the MetadataViews import required in NFTStorefrontV2.cdc?

import MetadataViews from "./utility/MetadataViews.cdc"

I may be missing something, but I don't see any reference to it in the contract code.