mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Removing reth network api dependency from rpc types (#2281)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -11,6 +11,7 @@ description = "Network interfaces"
|
||||
# reth
|
||||
reth-primitives = { path = "../../primitives" }
|
||||
reth-eth-wire = { path = "../eth-wire" }
|
||||
reth-rpc-types = { path = "../../rpc/rpc-types" }
|
||||
|
||||
# io
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user