chore: rm unused op rpc types (#10534)

This commit is contained in:
Matthias Seitz
2024-08-26 11:35:10 +02:00
committed by GitHub
parent 29058ad7ee
commit 73a424205d
4 changed files with 0 additions and 378 deletions

View File

@ -39,24 +39,13 @@ parking_lot.workspace = true
tokio.workspace = true
# rpc
jsonrpsee.workspace = true
jsonrpsee-types.workspace = true
# misc
thiserror.workspace = true
serde = { workspace = true, features = ["derive"] }
derive_more.workspace = true
[dev-dependencies]
serde_json.workspace = true
[features]
client = [
"jsonrpsee/client",
"jsonrpsee/async-client",
"reth-rpc-eth-api/client"
]
optimism = [
"reth-evm-optimism/optimism",
"reth-primitives/optimism",