fix(op): ensure EthApiServer helper trait method default impls, call OpEthApi overrides (#9879)

This commit is contained in:
Emilia Hane
2024-07-30 17:35:56 +02:00
committed by GitHub
parent cf10543d6d
commit e4ae2a7ac1
22 changed files with 400 additions and 239 deletions

View File

@ -29,6 +29,7 @@ reth-chainspec.workspace = true
reth-execution-types.workspace = true
reth-rpc-eth-types.workspace = true
reth-rpc-server-types.workspace = true
reth-network-api.workspace = true
# ethereum
alloy-dyn-abi = { workspace = true, features = ["eip712"] }