Skip to content

Commit 719ae24

Browse files
authored
Merge pull request #16 from oraichain/fix/on-recv-packet-bug
Fix/on recv packet bug
2 parents c92afb9 + 7f9bdb5 commit 719ae24

File tree

8 files changed

+937
-329
lines changed

8 files changed

+937
-329
lines changed

Cargo.lock

Lines changed: 269 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/cw-ics20-latest/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw-ics20"
3-
version = "1.0.2"
3+
version = "1.0.8"
44
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>, Oraichain Labs"]
55
edition = "2021"
66
description = "IBC Enabled contracts that receives CW20 tokens and sends them over ICS20 to a remote chain"
@@ -24,7 +24,7 @@ cw2 = "1.0.1"
2424
cw20 = "1.0.1"
2525
cw20-ics20-msg = { path = "../../packages/cw20-ics20-msg" }
2626
oraiswap = "1.0.1"
27-
cosmwasm-std = { version = "1.1.0", features = ["stargate"] }
27+
cosmwasm-std = { version = "1.1.9", features = ["stargate", "ibc3"] }
2828
cw-storage-plus = "1.0.1"
2929
cw-controllers = "1.0.1"
3030
schemars = "0.8.1"

0 commit comments

Comments
 (0)