diff --git a/Cargo.lock b/Cargo.lock index f830363..6e15915 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2053,6 +2053,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lib-didethresolver" version = "0.1.0" +source = "git+https://github.com/xmtp/didethresolver?branch=main#64b6ca722622324aba59735c6dcd48db70b13c92" dependencies = [ "async-trait", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index d9094a8..22de6b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ anyhow = "1.0" thiserror = "1.0" ethers = { version = "2.0.11", features = ["abigen"] } ctor = "0.2" -lib-didethresolver = { git = "https://github.com/xmtp/xps-gateway", branch = "main" } +lib-didethresolver = { git = "https://github.com/xmtp/didethresolver", branch = "main" } # lib-didethresolver = { git = "https://github.com/xmtp/didethresolver", branch = "main" } gateway-types = { path = "./gateway-types" } rustc-hex = "2.1"