feat: Add required trait impls for OpEthApi (#9341)

This commit is contained in:
SHio
2024-07-08 12:09:48 +01:00
committed by GitHub
parent 5b85567aa6
commit 9e45c82fe9
4 changed files with 173 additions and 8 deletions

View File

@ -12,13 +12,19 @@ workspace = true
[dependencies]
# reth
reth-rpc.workspace = true
reth-errors.workspace = true
reth-evm.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-errors.workspace = true
reth-chainspec.workspace = true
reth-provider.workspace = true
reth-tasks = { workspace = true, features = ["rayon"] }
reth-transaction-pool.workspace = true
# ethereum
alloy-primitives.workspace = true
alloy-primitives.workspace = true
# async
parking_lot.workspace = true
tokio.workspace = true