From bcbb45646337308f1f86bbda8d23d15eb229302d Mon Sep 17 00:00:00 2001 From: cby3149 Date: Thu, 5 Dec 2024 12:47:42 -0800 Subject: [PATCH 1/2] Add testnet holocene hardfork --- superchain/configs/bnb-testnet/boba.toml | 1 + superchain/configs/sepolia/boba.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/superchain/configs/bnb-testnet/boba.toml b/superchain/configs/bnb-testnet/boba.toml index b2e91fcd4..3f4ddfcb9 100644 --- a/superchain/configs/bnb-testnet/boba.toml +++ b/superchain/configs/bnb-testnet/boba.toml @@ -11,6 +11,7 @@ delta_time = 1718920167 # Thu 20 Jun 2024 21:49:27 UTC ecotone_time = 1718920168 # Thu 20 Jun 2024 21:49:28 UTC fjord_time = 1722297600 # Tue 30 Jul 2024 00:00:00 UTC granite_time = 1726470000 # Mon 16 Sep 2024 07:00:00 UTC +holocene_time = 1735200000 # Thu Dec 26 08:00:00 UTC block_time = 2 seq_window_size = 3600 max_sequencer_drift = 600 diff --git a/superchain/configs/sepolia/boba.toml b/superchain/configs/sepolia/boba.toml index aa1cb289d..184f01723 100644 --- a/superchain/configs/sepolia/boba.toml +++ b/superchain/configs/sepolia/boba.toml @@ -11,6 +11,7 @@ delta_time = 1709078400 # Wed 28 Feb 2024 00:00:00 UTC ecotone_time = 1709078400 # Wed 28 Feb 2024 00:00:00 UTC fjord_time = 1722297600 # Tue 30 Jul 2024 00:00:00 UTC granite_time = 1726470000 # Mon 16 Sep 2024 07:00:00 UTC +holocene_time = 1735200000 # Thu Dec 26 08:00:00 UTC block_time = 2 seq_window_size = 3600 max_sequencer_drift = 600 From 5e9b6db19ee31560bd95fd151af7ce46d5654e6e Mon Sep 17 00:00:00 2001 From: cby3149 Date: Thu, 5 Dec 2024 13:09:31 -0800 Subject: [PATCH 2/2] Change the time to 01/06/2025 --- superchain/configs/bnb-testnet/boba.toml | 2 +- superchain/configs/sepolia/boba.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/superchain/configs/bnb-testnet/boba.toml b/superchain/configs/bnb-testnet/boba.toml index 3f4ddfcb9..64183fc26 100644 --- a/superchain/configs/bnb-testnet/boba.toml +++ b/superchain/configs/bnb-testnet/boba.toml @@ -11,7 +11,7 @@ delta_time = 1718920167 # Thu 20 Jun 2024 21:49:27 UTC ecotone_time = 1718920168 # Thu 20 Jun 2024 21:49:28 UTC fjord_time = 1722297600 # Tue 30 Jul 2024 00:00:00 UTC granite_time = 1726470000 # Mon 16 Sep 2024 07:00:00 UTC -holocene_time = 1735200000 # Thu Dec 26 08:00:00 UTC +holocene_time = 1736150400 # Mon Jan 06 08:00:00 UTC block_time = 2 seq_window_size = 3600 max_sequencer_drift = 600 diff --git a/superchain/configs/sepolia/boba.toml b/superchain/configs/sepolia/boba.toml index 184f01723..82ac7079e 100644 --- a/superchain/configs/sepolia/boba.toml +++ b/superchain/configs/sepolia/boba.toml @@ -11,7 +11,7 @@ delta_time = 1709078400 # Wed 28 Feb 2024 00:00:00 UTC ecotone_time = 1709078400 # Wed 28 Feb 2024 00:00:00 UTC fjord_time = 1722297600 # Tue 30 Jul 2024 00:00:00 UTC granite_time = 1726470000 # Mon 16 Sep 2024 07:00:00 UTC -holocene_time = 1735200000 # Thu Dec 26 08:00:00 UTC +holocene_time = 1736150400 # Mon Jan 06 08:00:00 UTC block_time = 2 seq_window_size = 3600 max_sequencer_drift = 600