public-awesome / cw-nfts

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

Move package/helper under cw721-base #33

Closed orkunkl closed 2 years ago

orkunkl commented 2 years ago

I was trying to use Cw721Contract inside another contracts tests. But cw721_base::ExecuteMsg and cw721::ExecuteMsg are different types and includes MintMsg. The easiest solution I found is moving the helper to cw721-base and using its messages.

orkunkl commented 2 years ago

Changes merged in https://github.com/CosmWasm/cw-nfts/pull/34