|
|
@@ -19,7 +19,7 @@ schemars = "0.8.8"
|
|
|
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
|
|
|
cw20 = "0.13.2"
|
|
|
cw20-base = { version = "0.13.2", features = ["library"] }
|
|
|
-cw20-wrapped-2 = { path = "../cw20-wrapped", features = ["library"] }
|
|
|
+cw20-wrapped-2 = { version = "0.1.0", features = ["library"] }
|
|
|
terraswap = "2.6.1"
|
|
|
thiserror = { version = "1.0.31" }
|
|
|
k256 = { version = "0.9.4", default-features = false, features = ["ecdsa"] }
|
|
|
@@ -29,8 +29,8 @@ hex = "0.4.2"
|
|
|
lazy_static = "1.4.0"
|
|
|
bigint = "4"
|
|
|
|
|
|
-wormhole-bridge-terra-2 = { path = "../wormhole", features = ["library"] }
|
|
|
-token-bridge-terra-2 = { path = "../token-bridge", features = ["library"] }
|
|
|
+wormhole-bridge-terra-2 = { version = "0.1.0", features = ["library"] }
|
|
|
+token-bridge-terra-2 = { version = "0.1.0", features = ["library"] }
|
|
|
|
|
|
[dev-dependencies]
|
|
|
cosmwasm-vm = { version = "1.0.0", default-features = false }
|