Skip to content

Commit

Permalink
zk fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
juan518munoz committed May 14, 2024
1 parent 5d53b88 commit 45984aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
use assert_matches::assert_matches;
use zksync_dal::ConnectionPool;
use zksync_types::U256;
use zksync_node_genesis::{insert_genesis_batch, GenesisParams};
use zksync_node_test_utils::{create_l2_block, create_l2_transaction, prepare_recovery_snapshot};
use zksync_types::U256;

use super::*;
use crate::api_server::{execution_sandbox::apply::apply_vm_in_sandbox, tx_sender::ApiContracts};
Expand Down
3 changes: 1 addition & 2 deletions core/node/base_token_fetcher/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ use anyhow::{anyhow, Context};
use async_trait::async_trait;
use hex::ToHex;
use tokio::{sync::Mutex, time::sleep};
use zksync_dal::BigDecimal;

use zksync_config::configs::BaseTokenFetcherConfig;
use zksync_dal::BigDecimal;

const MAX_CONVERSION_RATE_FETCH_RETRIES: u8 = 10;

Expand Down
2 changes: 1 addition & 1 deletion core/node/genesis/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use zksync_types::{
system_contracts::get_system_smart_contracts,
web3::{BlockNumber, FilterBuilder},
AccountTreeId, Address, L1BatchNumber, L2BlockNumber, L2ChainId, ProtocolVersion,
ProtocolVersionId, StorageKey, H256, U256
ProtocolVersionId, StorageKey, H256, U256,
};
use zksync_utils::{bytecode::hash_bytecode, u256_to_h256};

Expand Down

0 comments on commit 45984aa

Please sign in to comment.