public-awesome / launchpad

Stargaze NFT and Launchpad smart contracts
Apache License 2.0
79 stars 37 forks source link

Wrong Query Response for Collection info #666

Closed Kayanski closed 5 months ago

Kayanski commented 6 months ago

You have an error in your sueryreponses of cw721-base query msgs.

It should read CollectionInfoResponse instead of MinterResponse

https://github.com/public-awesome/launchpad/blob/main/contracts/collections/sg721-base/src/msg.rs#L120