Skip to content

Commit

Permalink
fix: apply eip2935 for op
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Mar 4, 2025
1 parent 2eab458 commit 34b7145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/optimism/evm/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ where
self.chain_spec.is_spurious_dragon_active_at_block(self.evm.block().number);
self.evm.db_mut().set_state_clear_flag(state_clear_flag);

self.system_caller.apply_blockhashes_contract_call(self.ctx.parent_hash, &mut self.evm)?;
self.system_caller
.apply_beacon_root_contract_call(self.ctx.parent_beacon_block_root, &mut self.evm)?;

Expand Down

0 comments on commit 34b7145

Please sign in to comment.