mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
remove transaction forwarder trait (#9678)
This commit is contained in:
@ -37,13 +37,15 @@ revm.workspace = true
|
||||
# async
|
||||
parking_lot.workspace = true
|
||||
tokio.workspace = true
|
||||
reqwest = { workspace = true, features = ["rustls-tls-native-roots"] }
|
||||
|
||||
# rpc
|
||||
jsonrpsee-types.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
# misc
|
||||
thiserror.workspace = true
|
||||
derive_more.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
[features]
|
||||
optimism = [
|
||||
|
||||
Reference in New Issue
Block a user