Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
codchen committed May 16, 2024
1 parent a4d126e commit 025190c
Show file tree
Hide file tree
Showing 13 changed files with 1,768 additions and 132 deletions.
26 changes: 13 additions & 13 deletions example/cosmwasm/cw721/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions example/cosmwasm/cw721/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ library = []

[dependencies]
cosmwasm-schema = "1.5.0"
cosmwasm-std = { version = "1.5.5", features = ["staking", "stargate"] }
cosmwasm-std = { version = "1.3.1", features = ["staking", "stargate"] }
cw-storage-plus = "1.2.0"
cw721 = "0.18.0"
cw721-base = { version = "0.18.0", features = ["library"] }
cw2981-royalties = "0.18.0"
cw721 = "0.18.0"
cw721-base = "0.18.0"
schemars = "0.8.16"
serde = "1.0.195"
thiserror = "1.0.56"
thiserror = "1.0.56"
2 changes: 1 addition & 1 deletion example/cosmwasm/cw721/artifacts/checksums.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c55b1a4f074e7e9f969e4d14a70a74084f3e3fd938ad979bacd3c9aef94d8a0e cwerc721.wasm
dc05f927aaacb4d0f500ef7712607e06a55fa2d812cd21505bd1e98ed942273b cwerc721.wasm
Binary file added example/cosmwasm/cw721/artifacts/cwerc721.wasm
Binary file not shown.
Loading

0 comments on commit 025190c

Please sign in to comment.