Skip to content

Commit

Permalink
update zkstack
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Dec 20, 2024
1 parent 5f34cca commit bddb91f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use anyhow::Context;
use common::{forge::ForgeScriptArgs, logger};
use config::{traits::ReadConfigWithBasePath, EcosystemConfig, GenesisConfig};
use xshell::Shell;
use zkstack_common::{forge::ForgeScriptArgs, logger};
use zkstack_config::{traits::ReadConfigWithBasePath, EcosystemConfig, GenesisConfig};

use crate::{
enable_evm_emulator::enable_evm_emulator,
Expand Down
8 changes: 4 additions & 4 deletions zkstack_cli/crates/zkstack/src/enable_evm_emulator.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use common::{
use ethers::{abi::parse_abi, contract::BaseContract, types::Address};
use xshell::Shell;
use zkstack_common::{
forge::{Forge, ForgeScript, ForgeScriptArgs},
spinner::Spinner,
wallets::Wallet,
};
use config::{forge_interface::script_params::ENABLE_EVM_EMULATOR_PARAMS, EcosystemConfig};
use ethers::{abi::parse_abi, contract::BaseContract, types::Address};
use xshell::Shell;
use zkstack_config::{forge_interface::script_params::ENABLE_EVM_EMULATOR_PARAMS, EcosystemConfig};

use crate::{
messages::MSG_ENABLING_EVM_EMULATOR,
Expand Down

0 comments on commit bddb91f

Please sign in to comment.