diff --git a/Cargo.lock b/Cargo.lock index 69f3ee4..f26d425 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2282,8 +2282,7 @@ dependencies = [ [[package]] name = "graphcast-sdk" version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d84298fce0758e65e2ff3673ba34d194170c40dcfd616feaf7be8bf3a17f626" +source = "git+https://github.com/graphops/graphcast-sdk?rev=278b537#278b537c7c83ffcfe461723b4948e6cb95264de9" dependencies = [ "anyhow", "async-graphql", @@ -3876,7 +3875,7 @@ dependencies = [ "ethers-contract", "ethers-core 2.0.6", "ethers-derive-eip712", - "graphcast-sdk 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "graphcast-sdk 0.3.2 (git+https://github.com/graphops/graphcast-sdk?rev=278b537)", "graphql_client 0.9.0", "hex", "metrics", diff --git a/poi-radio/Cargo.toml b/poi-radio/Cargo.toml index 9555d49..6d335a4 100644 --- a/poi-radio/Cargo.toml +++ b/poi-radio/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["graphprotocol", "data-integrity", "Indexer", "waku", "p2p"] categories = ["network-programming", "web-programming::http-client"] [dependencies] -graphcast-sdk = "0.3.2" +graphcast_sdk = { package = "graphcast-sdk", git = "https://github.com/graphops/graphcast-sdk", rev = "278b537" } prost = "0.11" once_cell = "1.17" chrono = "0.4" diff --git a/poi-radio/src/config.rs b/poi-radio/src/config.rs index 37ea8a5..54e06e4 100644 --- a/poi-radio/src/config.rs +++ b/poi-radio/src/config.rs @@ -321,6 +321,7 @@ impl Config { self.waku_host.clone(), self.waku_port.clone(), self.waku_addr.clone(), + Some(false), self.discv5_enrs.clone(), self.discv5_port, )