chore(evm): replace reth-primitives with alloy (#11232)

Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
This commit is contained in:
Abhishek kochar
2024-09-26 15:38:03 +08:00
committed by GitHub
parent ece0944070
commit 20d695031a
16 changed files with 43 additions and 26 deletions

View File

@ -23,7 +23,11 @@ reth-storage-errors.workspace = true
reth-execution-types.workspace = true
revm.workspace = true
# alloy
alloy-primitives.workspace = true
alloy-eips.workspace = true
auto_impl.workspace = true
futures-util.workspace = true
metrics = { workspace = true, optional = true }