Skip to content

Commit

Permalink
Replace reth-provider dep in reth-rpc-eth-types (#11077)
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane authored Sep 20, 2024
1 parent da09804 commit 63f2d59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion crates/rpc/rpc-eth-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ reth-rpc-types-compat.workspace = true
reth-tasks.workspace = true
reth-transaction-pool.workspace = true
reth-trie.workspace = true
reth-provider.workspace = true

# ethereum
alloy-primitives.workspace = true
Expand Down
4 changes: 3 additions & 1 deletion crates/rpc/rpc-eth-types/src/builder/ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

use std::marker::PhantomData;

use reth_provider::{BlockReaderIdExt, CanonStateSubscriptions, ChainSpecProvider};
use reth_chain_state::CanonStateSubscriptions;
use reth_chainspec::ChainSpecProvider;
use reth_storage_api::BlockReaderIdExt;
use reth_tasks::TaskSpawner;

use crate::{
Expand Down

0 comments on commit 63f2d59

Please sign in to comment.