rpc: replace reth-primitive imports (#10812)

This commit is contained in:
Håvard Anda Estensen
2024-09-11 02:28:09 +02:00
committed by GitHub
parent 5614a0260a
commit 60dcea847c
72 changed files with 143 additions and 97 deletions

View File

@ -68,6 +68,8 @@ reth-transaction-pool = { workspace = true, features = ["test-utils"] }
reth-tokio-util.workspace = true
reth-node-api.workspace = true
alloy-primitives.workspace = true
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }
serde_json.workspace = true
clap = { workspace = true, features = ["derive"] }