mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
added helper function new_alloy_provider (#13579)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -48,6 +48,8 @@ thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
tokio-util = { workspace = true }
|
||||
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }
|
||||
alloy-provider = { workspace = true, features = ["ws", "ipc"] }
|
||||
alloy-network.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
reth-primitives-traits.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user