Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
chore: update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Jun 15, 2023
1 parent 623b459 commit 32ce14c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion poi-radio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions poi-radio/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 32ce14c

Please sign in to comment.