mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(sdk): add NetworkPrimitives for NetworkManager (#12530)
Co-authored-by: dkathiriya <lakshya-sky@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7745046b0b
commit
2dc9a06321
@ -24,6 +24,7 @@ reth-discv4.workspace = true
|
||||
reth-discv5.workspace = true
|
||||
reth-dns-discovery.workspace = true
|
||||
reth-eth-wire.workspace = true
|
||||
reth-eth-wire-types.workspace = true
|
||||
reth-ecies.workspace = true
|
||||
reth-tasks.workspace = true
|
||||
reth-transaction-pool.workspace = true
|
||||
@ -111,6 +112,7 @@ serde = [
|
||||
"reth-dns-discovery/serde",
|
||||
"reth-eth-wire/serde",
|
||||
"reth-provider?/serde",
|
||||
"reth-eth-wire-types/serde",
|
||||
"alloy-consensus/serde",
|
||||
"alloy-eips/serde",
|
||||
"alloy-primitives/serde",
|
||||
@ -118,7 +120,7 @@ serde = [
|
||||
"parking_lot/serde",
|
||||
"rand/serde",
|
||||
"smallvec/serde",
|
||||
"url/serde"
|
||||
"url/serde",
|
||||
]
|
||||
test-utils = [
|
||||
"dep:reth-provider",
|
||||
|
||||
Reference in New Issue
Block a user