Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Nov 17, 2024
1 parent 29e08cd commit ed383c0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions core/node/genesis/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ use zksync_contracts::{
use zksync_dal::{Connection, Core, CoreDal, DalError};
use zksync_eth_client::{CallFunctionArgs, EthInterface};
use zksync_merkle_tree::{domain::ZkSyncTree, TreeInstruction};
use zksync_multivm::{
circuit_sequencer_api_latest::boojum::pairing::hex, utils::get_max_gas_per_pubdata_byte,
};
use zksync_multivm::utils::get_max_gas_per_pubdata_byte;
use zksync_system_constants::PRIORITY_EXPIRATION;
use zksync_types::{
block::{BlockGasCount, DeployedContract, L1BatchHeader, L2BlockHasher, L2BlockHeader},
Expand Down Expand Up @@ -221,14 +219,6 @@ pub async fn insert_genesis_batch(
.await?;
tracing::info!("chain_schema_genesis is complete");

for contract in genesis_params.system_contracts() {
println!(
"contract {}: {}",
hex::encode(contract.account_id.address()),
hex::encode(hash_bytecode(&contract.bytecode))
);
}

let deduped_log_queries =
get_deduped_log_queries(&get_storage_logs(genesis_params.system_contracts()));

Expand Down

0 comments on commit ed383c0

Please sign in to comment.