You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/forge-runner/src/running/setup.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ use cairo_vm::vm::runners::cairo_runner::CairoRunner;
15
15
use cheatnet::constants::build_test_entry_point;
16
16
use starknet_api::deprecated_contract_class::EntryPointOffset;
17
17
use std::collections::HashMap;
18
-
use universal_sierra_compiler_api::AssembledProgramWithDebugInfo;
18
+
use universal_sierra_compiler_api::representation::RawCasmProgram;
19
19
20
20
// Based on structure from https://github.com/starkware-libs/sequencer/blob/e417a9e7d50cbd78065d357763df2fbc2ad41f7c/crates/blockifier/src/execution/entry_point_execution.rs#L39
21
21
// Logic of `initialize_execution_context` had to be modified so this struct ended up modified as well.
0 commit comments