chore(payload): replace reth_primitives with alloy_primitives (#11030)

Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
This commit is contained in:
Abhishek kochar
2024-09-19 19:23:38 +08:00
committed by GitHub
parent 03e89b1af6
commit f9abc8a35c
11 changed files with 25 additions and 13 deletions

View File

@ -20,6 +20,9 @@ reth-transaction-pool.workspace = true
reth-rpc-types.workspace = true
reth-chain-state.workspace = true
# alloy
alloy-primitives.workspace = true
# async
tokio = { workspace = true, features = ["sync"] }