mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: StaticFileProviderFactory (#7983)
This commit is contained in:
@ -437,7 +437,7 @@ mod tests {
|
||||
};
|
||||
use reth_provider::{
|
||||
test_utils::{create_test_provider_factory_with_chain_spec, TestExecutorFactory},
|
||||
BundleStateWithReceipts,
|
||||
BundleStateWithReceipts, StaticFileProviderFactory,
|
||||
};
|
||||
use reth_stages::{test_utils::TestStages, ExecOutput, StageError};
|
||||
use reth_static_file::StaticFileProducer;
|
||||
|
||||
@ -27,6 +27,7 @@ use reth_provider::{
|
||||
providers::BlockchainProvider,
|
||||
test_utils::{create_test_provider_factory_with_chain_spec, TestExecutorFactory},
|
||||
BundleStateWithReceipts, ExecutorFactory, HeaderSyncMode, PrunableBlockExecutor,
|
||||
StaticFileProviderFactory,
|
||||
};
|
||||
use reth_prune::Pruner;
|
||||
use reth_revm::EvmProcessorFactory;
|
||||
|
||||
Reference in New Issue
Block a user