public-awesome / cw-nfts

Examples and helpers to build NFT contracts on CosmWasm
Apache License 2.0
188 stars 180 forks source link

Cleanup `cw2981-royalties` #158

Closed taitruong closed 5 months ago

taitruong commented 7 months ago

With new CollectionInfo with RoyaltyInfo this should be cleanup. It may even be covered optionally covered in cw721 - TBD.

https://github.com/CosmWasm/cw-nfts/blob/e63a7bbb620e6ea39224bb5580967477066cb7ae/contracts/cw2981-royalties/src/lib.rs#L26-L46

taitruong commented 5 months ago

removed contract and solved in #156