added helper function new_alloy_provider (#13579)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
abdaze
2025-01-31 20:17:31 +05:30
committed by GitHub
parent 2d3bbb327d
commit fe160e74df
3 changed files with 79 additions and 0 deletions

View File

@ -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