mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm direct reth-provider dep (#12492)
This commit is contained in:
@ -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
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user