chore: bump revm to latest with placeholders for EOF (#7765)

This commit is contained in:
DaniPopes
2024-05-12 16:12:24 +03:00
committed by GitHub
parent 3efab64218
commit c2a05f07d3
11 changed files with 143 additions and 99 deletions

View File

@ -87,7 +87,7 @@ where
}
// get previous env
let previous_env = Box::new(evm.env().clone());
let previous_env = Box::new(evm.context.env().clone());
// modify env for pre block call
fill_tx_env_with_beacon_root_contract_call(&mut evm.context.evm.env, parent_beacon_block_root);