chore: Update Holocene timestamp for Sepolia (#12479)

This commit is contained in:
clabby
2024-11-12 15:57:41 -05:00
committed by GitHub
parent 9884167684
commit b6558f6bcf
3 changed files with 14 additions and 14 deletions

View File

@ -158,7 +158,7 @@ impl OpHardfork {
Self::Ecotone => Some(1708534800),
Self::Fjord => Some(1716998400),
Self::Granite => Some(1723478400),
Self::Holocene => Some(1732201200),
Self::Holocene => Some(1732633200),
},
)
}
@ -257,7 +257,7 @@ impl OpHardfork {
(Self::Ecotone.boxed(), ForkCondition::Timestamp(1708534800)),
(Self::Fjord.boxed(), ForkCondition::Timestamp(1716998400)),
(Self::Granite.boxed(), ForkCondition::Timestamp(1723478400)),
(Self::Holocene.boxed(), ForkCondition::Timestamp(1732201200)),
(Self::Holocene.boxed(), ForkCondition::Timestamp(1732633200)),
])
}
@ -289,7 +289,7 @@ impl OpHardfork {
(Self::Ecotone.boxed(), ForkCondition::Timestamp(1708534800)),
(Self::Fjord.boxed(), ForkCondition::Timestamp(1716998400)),
(Self::Granite.boxed(), ForkCondition::Timestamp(1723478400)),
(Self::Holocene.boxed(), ForkCondition::Timestamp(1732201200)),
(Self::Holocene.boxed(), ForkCondition::Timestamp(1732633200)),
])
}