Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov committed Oct 9, 2024
1 parent afc2afb commit 4fd59b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions core/lib/multivm/src/versions/vm_1_3_2/utils.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
use std::path::Path;

use once_cell::sync::Lazy;
use zk_evm_1_3_3::{
aux_structures::{LogQuery, MemoryPage, Timestamp},
block_properties::BlockProperties,
vm_state::PrimitiveValue,
zkevm_opcode_defs::FatPointer,
};
use zksync_contracts::{read_yul_bytecode, BaseSystemContracts};
use zksync_contracts::BaseSystemContracts;
use zksync_system_constants::ZKPORTER_IS_AVAILABLE;
use zksync_types::{Address, StorageLogKind, H160, MAX_L2_TX_GAS_LIMIT, U256};
use zksync_utils::h256_to_u256;
Expand Down
4 changes: 1 addition & 3 deletions core/lib/multivm/src/versions/vm_m5/utils.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
use std::path::Path;

use once_cell::sync::Lazy;
use zk_evm_1_3_1::{
aux_structures::{LogQuery, MemoryPage, Timestamp},
block_properties::BlockProperties,
vm_state::PrimitiveValue,
zkevm_opcode_defs::FatPointer,
};
use zksync_contracts::{read_yul_bytecode, BaseSystemContracts};
use zksync_contracts::BaseSystemContracts;
use zksync_system_constants::ZKPORTER_IS_AVAILABLE;
use zksync_types::{Address, StorageLogKind, H160, MAX_L2_TX_GAS_LIMIT, U256};
use zksync_utils::h256_to_u256;
Expand Down
4 changes: 1 addition & 3 deletions core/lib/multivm/src/versions/vm_m6/utils.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
use std::path::Path;

use once_cell::sync::Lazy;
use zk_evm_1_3_1::{
aux_structures::{LogQuery, MemoryPage, Timestamp},
block_properties::BlockProperties,
vm_state::PrimitiveValue,
zkevm_opcode_defs::FatPointer,
};
use zksync_contracts::{read_yul_bytecode, BaseSystemContracts};
use zksync_contracts::BaseSystemContracts;
use zksync_system_constants::ZKPORTER_IS_AVAILABLE;
use zksync_types::{Address, StorageLogKind, H160, MAX_L2_TX_GAS_LIMIT, U256};
use zksync_utils::h256_to_u256;
Expand Down

0 comments on commit 4fd59b1

Please sign in to comment.