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

@ -27,6 +27,9 @@ reth-ethereum-forks.workspace = true
revm-primitives.workspace = true
reth-trie.workspace = true
# alloy
alloy-primitives.workspace = true
# async
tokio = { workspace = true, default-features = false }
tokio-util.workspace = true