hashlips-lab / safe-nft-metadata-provider

A safe metadata provider for your NFT collection.
MIT License
74 stars 77 forks source link

Can we don't replace metadata image file name? #42

Closed proxies7 closed 2 years ago

proxies7 commented 2 years ago

Is it possible to don't touch on image's file name on metadata? Because some time we use 5 images for 1000 meta data then if the app replace all of image name then it will got problem.

What I would like to request is from ipfs://{CID}/{image_name}.{suffix} => {New URL}/{image_name}.{suffix}

proxies7 commented 2 years ago

Thank you