Skip to content

Commit

Permalink
Merge pull request #7 from mymiracle0118/convert2sei
Browse files Browse the repository at this point in the history
convert2sei by fixing cosmwase-std version
  • Loading branch information
mymiracle0118 authored Apr 30, 2024
2 parents 46e7796 + e5f32ff commit b12a2b7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ optimize = """docker run --rm -v "$(pwd)":/code \

[dependencies]
cosmwasm-schema = "1.5.0"
cosmwasm-std = { version = "1.5.0", features = [
"cosmwasm_1_3",
# Enable this if you only deploy to chains that have CosmWasm 1.4 or higher
# "cosmwasm_1_4",
] }
cosmwasm-std = "^1.2"
cw-storage-plus = "1.1.0"
cw2 = "1.1.1"
cw721 = "0.18.0"
Expand Down
2 changes: 1 addition & 1 deletion artifacts/checksums.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1de9e0bf7d134e86e3c279a1e25ed4fd6f82b3de72c7531a3e4152adcf822053 jarvis_airdrop.wasm
931c69dd30460d21596a79a21170282b8b0e06456cabb59c1e3165c903fe4a14 jarvis_airdrop.wasm
2 changes: 1 addition & 1 deletion artifacts/checksums_intermediate.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8dcb786edb89e26d7392f4edbe4dc0831ad61ea37225d7fb24bb1b40b87429ca /target/wasm32-unknown-unknown/release/jarvis_airdrop.wasm
abd4b592b694aa0e3152b1dbf73b8827fdf40b833ff5a94e1024e29eb1483525 /target/wasm32-unknown-unknown/release/jarvis_airdrop.wasm
Binary file modified artifacts/jarvis_airdrop.wasm
Binary file not shown.

0 comments on commit b12a2b7

Please sign in to comment.