Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Oct 9, 2024
1 parent 84aafa7 commit 9701c33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/node/state_keeper/src/io/tests/tester.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use std::{slice, sync::Arc, time::Duration};

use crate::{MempoolGuard, MempoolIO};
use zksync_base_token_adjuster::NoOpRatioProvider;
use zksync_config::{
configs::{chain::StateKeeperConfig, eth_sender::PubdataSendingMode, wallets::Wallets},
Expand All @@ -23,17 +22,18 @@ use zksync_node_genesis::create_genesis_l1_batch;
use zksync_node_test_utils::{
create_l1_batch, create_l2_block, create_l2_transaction, execute_l2_transaction,
};
use zksync_types::fee_model::FeeModelConfigV2;
use zksync_types::{
block::L2BlockHeader,
commitment::L1BatchCommitmentMode,
fee_model::{BatchFeeInput, FeeModelConfig},
fee_model::{BatchFeeInput, FeeModelConfig, FeeModelConfigV2},
l2::L2Tx,
protocol_version::{L1VerifierConfig, ProtocolSemanticVersion},
system_contracts::get_system_smart_contracts,
L2BlockNumber, L2ChainId, PriorityOpId, ProtocolVersionId, H256,
};

use crate::{MempoolGuard, MempoolIO};

#[derive(Debug)]
pub struct Tester {
base_system_contracts: BaseSystemContracts,
Expand Down

0 comments on commit 9701c33

Please sign in to comment.