feat: op eth api scaffolding (#9324)

This commit is contained in:
Matthias Seitz
2024-07-05 13:05:23 +02:00
committed by GitHub
parent 36d74400e6
commit 3b29ed74c0
5 changed files with 85 additions and 1 deletions

View File

@ -8,3 +8,17 @@ homepage.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
# reth
reth-rpc.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
# ethereum
alloy-primitives.workspace = true