Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan committed Feb 19, 2025
1 parent a8e17e1 commit 099f212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/zkevm_test_harness/src/toolset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub struct ProvingToolset<S: Storage> {
}

use circuit_definitions::zk_evm::aux_structures::PubdataCost;
use circuit_encodings::zk_evm::vm_state::Version;
pub use circuit_sequencer_api::geometry_config::GeometryConfig;

pub fn create_tools<S: Storage>(storage: S, config: &GeometryConfig) -> ProvingToolset<S> {
Expand Down Expand Up @@ -67,6 +68,7 @@ pub fn create_out_of_circuit_vm<S: Storage>(
tools.decommittment_processor,
tools.witness_tracer,
block_properties,
Version::MemoryGrowthFix,
);

let initial_context = initial_out_of_circuit_context(
Expand Down

0 comments on commit 099f212

Please sign in to comment.