feat: remove AnyNetwork usage (#12280)

This commit is contained in:
Arsenii Kulikov
2024-11-02 22:14:10 +04:00
committed by GitHub
parent af38a1a2d0
commit adff5a9429
18 changed files with 186 additions and 277 deletions

View File

@ -31,11 +31,6 @@ reth-evm.workspace = true
reth-engine-primitives.workspace = true
reth-primitives.workspace = true
# ethereum
alloy-network.workspace = true
alloy-rpc-types.workspace = true
alloy-serde.workspace = true
# rpc/net
jsonrpsee = { workspace = true, features = ["server"] }
tower-http = { workspace = true, features = ["full"] }