Skip to content

Commit

Permalink
Update Execution instantiation arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Ventura committed Aug 29, 2024
1 parent 8dca5a6 commit bd0c719
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/lib/multivm/src/versions/era_vm/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,14 @@ impl<S: ReadStorage + 'static> VmFactory<S> for Vm<S> {
.base_system_smart_contracts
.default_aa
.hash
.to_fixed_bytes(),
.to_fixed_bytes()
.into(),
system_env
.base_system_smart_contracts
.default_aa //TODO: Add real evm interpreter
.hash
.to_fixed_bytes(),
.to_fixed_bytes()
.into(),
vm_hook_position,
true,
system_env.bootloader_gas_limit,
Expand Down

0 comments on commit bd0c719

Please sign in to comment.