chore(rpc): move OpEthApi traits into reth-optimism-rpc (#9581)

This commit is contained in:
Emilia Hane
2024-07-17 15:05:24 +02:00
committed by GitHub
parent 89d0281ce3
commit 0630621329
7 changed files with 14 additions and 5 deletions

View File

@ -41,8 +41,18 @@ jsonrpsee.workspace = true
# misc
thiserror.workspace = true
serde = { workspace = true, features = ["derive"] }
[dev-dependencies]
serde_json.workspace = true
[features]
client = [
"jsonrpsee/client",
"jsonrpsee/async-client",
"reth-rpc-eth-api/client"
]
optimism = [
"reth-chainspec/optimism",
"reth-evm-optimism/optimism",