feat: remove constraint of concrete type AnyTransactionReceipt for EthApiTypes::NetworkType (#10693)

Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
This commit is contained in:
nk_ysg
2024-09-09 21:46:40 +08:00
committed by GitHub
parent 1ea8ccaa21
commit b78e0f6069
13 changed files with 71 additions and 28 deletions

View File

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