public-awesome / cw-nfts

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

cleanup: since cosmwasm-std v1.5.0 `to_binary` and `from_binary` are deprecated #141

Closed taitruong closed 7 months ago

taitruong commented 8 months ago

replace with: to_json_binary and from_json_binary

taitruong commented 7 months ago

Fixed as part of #140