mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(rpc): move OpEthApi traits into reth-optimism-rpc (#9581)
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user