nftchef / art-engine

An advanced fork of the HashLips Art Engine with additional features to generate complex art from provided layers using the familiar Hashlips setup.
MIT License
427 stars 203 forks source link

Solana Collection Family not working #223

Closed shibakinu closed 1 year ago

shibakinu commented 2 years ago

I've already changed the infos needed in solana_config.js and after generating in solana metadata, the collectionName and collectionFamily are not showing in those metadata. Can somehow tell me how to fix it? Thank you in advance.

nftchef commented 1 year ago

The collection name and collection family were deprecated in the metaplex standard. https://docs.metaplex.com/programs/token-metadata/token-standard#the-non-fungible-standard

The config option was unnecessarily left in Solana config and has been removed.