diff --git a/ixo-swap/Cargo.toml b/ixo-swap/Cargo.toml index daae72c..1bc28c8 100644 --- a/ixo-swap/Cargo.toml +++ b/ixo-swap/Cargo.toml @@ -40,8 +40,8 @@ cw-utils = { version = "1.0.1" } cw1155-base = { git = "https://github.com/ixofoundation/ixo-contracts.git", branch = "master", version = "0.16.0" } cw1155 = { git = "https://github.com/ixofoundation/ixo-contracts.git", branch = "master", version = "0.16.0" } cw2 = { version = "1.1.0" } -cw20-lp = { git = "https://github.com/ixofoundation/ixo-contracts.git", branch = "ixo-swap", version = "1.1.2" } -cw20-base-lp = { git = "https://github.com/ixofoundation/ixo-contracts.git", branch = "ixo-swap", version = "0.16.0", features = ["library"] } +cw20-lp = { git = "https://github.com/ixofoundation/ixo-contracts.git", branch = "master", version = "1.1.2" } +cw20-base-lp = { git = "https://github.com/ixofoundation/ixo-contracts.git", branch = "master", version = "0.16.0", features = ["library"] } cosmwasm-std = { version = "1.3.1" } cosmwasm-storage = { version = "1.3.1" } cosmwasm-schema = { version = "1.3.1" }