chore(engine): replace reth_primitives with alloy_primitives (#11064)

Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
This commit is contained in:
Abhishek kochar
2024-09-20 11:50:42 +08:00
committed by GitHub
parent b562ea3100
commit a8220791ae
18 changed files with 45 additions and 18 deletions

View File

@ -21,6 +21,9 @@ reth-prune.workspace = true
reth-transaction-pool.workspace = true
reth-stages-api.workspace = true
# alloy
alloy-primitives.workspace = true
# async
tokio.workspace = true
tokio-stream.workspace = true