Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
meyer9 committed Jan 15, 2025
1 parent 2b9b8f5 commit cd3c1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/optimism/src/handler/precompiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ where
| OpSpecId::REGOLITH
| OpSpecId::CANYON
| OpSpecId::ECOTONE
| OpSpecId::HOLOCENE
| OpSpecId::HOLOCENE,
)) => Self::new(Precompiles::new(spec.into_eth_spec().into())),
OpSpec::Op(OpSpecId::ISTHMUS) => Self::new(isthmus()),
OpSpec::Op(OpSpecId::FJORD) => Self::new(fjord()),
Expand Down

0 comments on commit cd3c1d7

Please sign in to comment.