-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
Not sure also about that
odyssey/crates/node/src/evm.rs
Lines 145 to 146 in 811f874
| cfg_env.handler_cfg.spec_id = spec_id; | |
| cfg_env.handler_cfg.is_optimism = true; |
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?
Reactions are currently unavailable