diff --git a/Cargo.lock b/Cargo.lock index d12fe2c..988c310 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5104,7 +5104,7 @@ dependencies = [ [[package]] name = "pangea-client" version = "0.2.6" -source = "git+https://github.com/nazgull08/pangea-client/#ab62a67ab30096b547558f94b677c90345115111" +source = "git+https://github.com/PangeaFoundation/pangea-client?rev=fc513ec#fc513eccecc228829cb38f995cb1daa2dd411c3f" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 0232995..c60ef68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ schemars = "0.8.0" serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" spark-market-sdk = "0.6.5" -pangea-client = { git = "https://github.com/nazgull08/pangea-client/"} +pangea-client = { git = "https://github.com/PangeaFoundation/pangea-client", rev = "fc513ec" } prometheus = "0.13.4" thiserror = "1.0.63" tokio = { version = "1.41.0", features = ["rt", "macros", "time"] }