Skip to content

Commit

Permalink
chore: rm unused op rpc types (#10534)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Aug 26, 2024
1 parent 29058ad commit 73a4242
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 378 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions crates/optimism/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 73a4242

Please sign in to comment.