diff --git a/Cargo.lock b/Cargo.lock index 9cc7430..a36dbd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,7 +807,6 @@ dependencies = [ "anyhow", "cw-orch", "env_logger", - "ibc-relayer-types", "polytone-note", "polytone-proxy", "polytone-voice", diff --git a/packages/interface/Cargo.toml b/packages/interface/Cargo.toml index 3ceea76..55908d6 100644 --- a/packages/interface/Cargo.toml +++ b/packages/interface/Cargo.toml @@ -9,11 +9,8 @@ version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow.workspace = true - cw-orch = { version="0.16.4", features=["daemon"] } -ibc-relayer-types = "0.25.0" polytone-note = { version = "1.0.0", path = "../../contracts/main/note" } polytone-proxy = { version = "1.0.0", path = "../../contracts/main/proxy" } polytone-voice = { version = "1.0.0", path = "../../contracts/main/voice" }