Skip to content

Commit

Permalink
use parameter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada committed Jul 29, 2024
1 parent a552e6b commit 62af1e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cheatcodes/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ impl CheatsConfig {
script_wallets,
available_artifacts,
running_version,
dual_compiled_contracts: Default::default(),
use_zk: false,
dual_compiled_contracts,
use_zk,
assertions_revert: config.assertions_revert,
}
}
Expand Down

0 comments on commit 62af1e3

Please sign in to comment.