Open
Description
Not sure also about that
odyssey/crates/node/src/evm.rs
Lines 145 to 146 in 811f874
Because, Odyssey's evm used reth's trait ConfigureEvm
with .optimism()
. So, we are set spec id here and is_optimism = true
on ConfigureEvm::evm
(via optimism register handler) than do it again via ConfigureEvmEnv::fill_cfg_and_block_env
?