Skip to content

Commit 7fa49c1

Browse files
committed
Fix fuzzer
1 parent fff8ea9 commit 7fa49c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fuzzer/fuzz/fuzz_targets/bootloader/bootloader_run_single_interaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use rig::forward_system::run::test_impl::{InMemoryPreimageSource, InMemoryTree};
1414
use rig::forward_system::system::system_types::ForwardRunningSystem;
1515
use rig::ruint::aliases::{B160, U256};
1616
use system_hooks::addresses_constants::{
17-
CONTRACT_DEPLOYER_HOOK_TEMP_ADDRESS, L1_MESSENGER_ADDRESS, L2_BASE_TOKEN_ADDRESS,
17+
CONTRACT_DEPLOYER_ADDRESS, L1_MESSENGER_ADDRESS, L2_BASE_TOKEN_ADDRESS,
1818
SET_BYTECODE_ON_ADDRESS_HOOK,
1919
};
2020
use zk_ee::common_structs::system_hooks::HooksStorage;

0 commit comments

Comments
 (0)