rpc: rm useless alloy_rpc_types reexport (#11098)

Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
This commit is contained in:
Thomas Coratger
2024-09-22 16:29:35 +02:00
committed by GitHub
parent 63dfa9a4dc
commit 159bf2cf16
70 changed files with 133 additions and 115 deletions

View File

@ -19,7 +19,6 @@ reth-provider.workspace = true
reth-rpc-eth-api.workspace = true
reth-rpc-eth-types.workspace = true
reth-rpc-server-types.workspace = true
reth-rpc-types.workspace = true
reth-tasks = { workspace = true, features = ["rayon"] }
reth-transaction-pool.workspace = true
reth-rpc.workspace = true
@ -35,6 +34,7 @@ reth-optimism-forks.workspace = true
# ethereum
alloy-primitives.workspace = true
alloy-rpc-types-eth.workspace = true
alloy-rpc-types.workspace = true
op-alloy-network.workspace = true
op-alloy-rpc-types.workspace = true
op-alloy-consensus.workspace = true