Skip to content

Commit

Permalink
terra: vendor terra-cosmwasm-2.2.0
Browse files Browse the repository at this point in the history
This package is broken since the new mainnet upgrade that migrated the
terra cosmos module to a different path, so we have to patch it.
  • Loading branch information
Csongor Kiss committed Jun 27, 2023
1 parent 632a767 commit 54df7e5
Show file tree
Hide file tree
Showing 10 changed files with 879 additions and 6 deletions.
30 changes: 25 additions & 5 deletions terra/Cargo.lock

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

1 change: 1 addition & 0 deletions terra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ members = [
"contracts/nft-bridge",
"contracts/cw721-wrapped",
"packages/cw721",
"packages/terra-cosmwasm-2.2.0",
"contracts/cw721-base",
"contracts/mock-bridge-integration",
]
Expand Down
2 changes: 1 addition & 1 deletion terra/contracts/token-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cw20 = "0.8.0"
cw20-base = { version = "0.8.0", features = ["library"] }
cw20-wrapped = { path = "../cw20-wrapped", features = ["library"] }
terraswap = "2.4.0"
terra-cosmwasm = "2.2.0"
terra-cosmwasm = { path = "../../packages/terra-cosmwasm-2.2.0" }
wormhole-bridge-terra = { path = "../wormhole", features = ["library"] }
thiserror = { version = "1.0.20" }
k256 = { version = "0.9.4", default-features = false, features = ["ecdsa"] }
Expand Down
Loading

0 comments on commit 54df7e5

Please sign in to comment.