File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,10 @@ pub(crate) static FRAXTAL_MAINNET: LazyLock<Arc<OpChainSpec>> = LazyLock::new(||
8181 OpHardfork :: Granite . boxed( ) ,
8282 ForkCondition :: Timestamp ( 1738958401 ) ,
8383 ) ,
84+ (
85+ OpHardfork :: Holocene . boxed( ) ,
86+ ForkCondition :: Timestamp ( 1744052401 ) ,
87+ ) ,
8488 ] ) ,
8589 base_fee_params : BaseFeeParamsKind :: Variable (
8690 vec ! [
Original file line number Diff line number Diff line change @@ -81,6 +81,10 @@ pub(crate) static FRAXTAL_TESTNET: LazyLock<Arc<OpChainSpec>> = LazyLock::new(||
8181 OpHardfork :: Granite . boxed( ) ,
8282 ForkCondition :: Timestamp ( 1738191600 ) ,
8383 ) ,
84+ (
85+ OpHardfork :: Holocene . boxed( ) ,
86+ ForkCondition :: Timestamp ( 1742583600 ) ,
87+ ) ,
8488 ] ) ,
8589 base_fee_params : BaseFeeParamsKind :: Variable (
8690 vec ! [
You can’t perform that action at this time.
0 commit comments