mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: use reth_chainspec where possible (#8891)
This commit is contained in:
@ -50,6 +50,7 @@ tempfile = { workspace = true, optional = true }
|
||||
itertools.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
reth-chainspec.workspace = true
|
||||
reth-db = { workspace = true, features = ["test-utils"] }
|
||||
reth-db-api.workspace = true
|
||||
reth-consensus = { workspace = true, features = ["test-utils"] }
|
||||
|
||||
@ -604,9 +604,10 @@ mod tests {
|
||||
test_utils::{generate_bodies, TestBodiesClient},
|
||||
};
|
||||
use assert_matches::assert_matches;
|
||||
use reth_chainspec::MAINNET;
|
||||
use reth_consensus::test_utils::TestConsensus;
|
||||
use reth_db::test_utils::{create_test_rw_db, create_test_static_files_dir};
|
||||
use reth_primitives::{BlockBody, B256, MAINNET};
|
||||
use reth_primitives::{BlockBody, B256};
|
||||
use reth_provider::{providers::StaticFileProvider, ProviderFactory};
|
||||
use reth_testing_utils::{generators, generators::random_block_range};
|
||||
use std::collections::HashMap;
|
||||
|
||||
Reference in New Issue
Block a user