Skip to content

Commit

Permalink
chore: fix ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Oct 21, 2024
1 parent 71b3bb8 commit a0b3a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/precompile/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,9 +487,9 @@ impl PrecompileSpecId {
#[cfg(feature = "optimism")]
BEDROCK | REGOLITH | CANYON => Self::BERLIN,
#[cfg(all(feature = "optimism", not(feature = "opbnb")))]
ECOTONE | FJORD | GRANITE | HOLOCENE=> Self::CANCUN,
ECOTONE | FJORD | GRANITE | HOLOCENE => Self::CANCUN,
#[cfg(all(feature = "optimism", feature = "opbnb"))]
ECOTONE | GRANITE | HOLOCENE=> Self::CANCUN,
ECOTONE | GRANITE | HOLOCENE => Self::CANCUN,
#[cfg(feature = "opbnb")]
FERMAT => Self::FERMAT,
#[cfg(any(feature = "bsc", feature = "opbnb"))]
Expand Down

0 comments on commit a0b3a25

Please sign in to comment.