Skip to content

Commit

Permalink
chore: rm direct reth-provider dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Nov 13, 2024
1 parent cef7ec8 commit 97b62a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 crates/node/events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true

[dependencies]
# reth
reth-provider.workspace = true
reth-storage-api.workspace = true
reth-beacon-consensus.workspace = true
reth-network-api.workspace = true
reth-stages.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/node/events/src/cl.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Events related to Consensus Layer health.
use futures::Stream;
use reth_provider::CanonChainTracker;
use reth_storage_api::CanonChainTracker;
use std::{
fmt,
pin::Pin,
Expand Down

0 comments on commit 97b62a3

Please sign in to comment.