Skip to content

Commit

Permalink
update scroll-default-handler
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Feb 12, 2025
1 parent ae96bb3 commit 186e551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/revm/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl<'a> Default for EvmBuilder<'a, SetGenericStage, (), EmptyDB> {
handler_cfg.is_optimism = true;
} else if #[cfg(all(feature = "scroll-default-handler",
not(feature = "negate-scroll-default-handler")))] {
let mut handler_cfg = HandlerCfg::new(SpecId::EUCLID);
let mut handler_cfg = HandlerCfg::new(SpecId::EUCLID_V2);
// set is_scroll to true by default.
handler_cfg.is_scroll = true;
} else {
Expand Down

0 comments on commit 186e551

Please sign in to comment.