Skip to content

Commit 369ebff

Browse files
chore(config): replace reth-primitives with alloy
Signed-off-by: Abhishekkochar <[email protected]>
1 parent edd8fe4 commit 369ebff

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/config/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ reth-network-types = { workspace = true, features = ["serde"] }
1616
reth-prune-types.workspace = true
1717
reth-stages-types.workspace = true
1818

19+
# alloy
20+
alloy-primitives.workspace = true
21+
1922
# serde
2023
serde.workspace = true
2124
humantime-serde.workspace = true

crates/config/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,8 @@ where
444444
mod tests {
445445
use super::{Config, EXTENSION};
446446
use crate::PruneConfig;
447+
use alloy_primitives::Address;
447448
use reth_network_peers::TrustedPeer;
448-
use reth_primitives::Address;
449449
use reth_prune_types::{PruneMode, PruneModes, ReceiptsLogPruneConfig};
450450
use std::{collections::BTreeMap, path::Path, str::FromStr, time::Duration};
451451

0 commit comments

Comments
 (0)