Skip to content

Commit 327d7af

Browse files
authored
Set Holocene Mainnet Superchain activation (#726)
* Set Holocene Mainnet Superchain activation Thu 09 Jan 2025 18:00:01 UTC unix timestamp 1736445601 * tbn-mainnet: join superchain times from Granite * just codegen
1 parent 6dd466a commit 327d7af

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

superchain/configs/configs.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"ecotone_time": 1710374401,
3232
"fjord_time": 1720627201,
3333
"granite_time": 1726070401,
34+
"holocene_time": 1736445601,
3435
"block_time": 2,
3536
"seq_window_size": 3600,
3637
"max_sequencer_drift": 600,
@@ -100,6 +101,7 @@
100101
"ecotone_time": 0,
101102
"fjord_time": 0,
102103
"granite_time": 1726070401,
104+
"holocene_time": 1736445601,
103105
"block_time": 2,
104106
"seq_window_size": 3600,
105107
"max_sequencer_drift": 600,
@@ -231,6 +233,7 @@
231233
"ecotone_time": 1710374401,
232234
"fjord_time": 1720627201,
233235
"granite_time": 1726070401,
236+
"holocene_time": 1736445601,
234237
"block_time": 2,
235238
"seq_window_size": 3600,
236239
"max_sequencer_drift": 600,
@@ -423,7 +426,7 @@
423426
"Explorer": "https://explorer.thebinaryholdings.com",
424427
"SuperchainLevel": 0,
425428
"StandardChainCandidate": false,
426-
"SuperchainTime": null,
429+
"SuperchainTime": 1726070401,
427430
"batch_inbox_address": "0xFF00000000000000000000000000000000000624",
428431
"Superchain": "mainnet",
429432
"Chain": "tbn",
@@ -432,6 +435,7 @@
432435
"ecotone_time": 0,
433436
"fjord_time": 1725536344,
434437
"granite_time": 1726070401,
438+
"holocene_time": 1736445601,
435439
"block_time": 2,
436440
"seq_window_size": 3600,
437441
"max_sequencer_drift": 600,
@@ -501,6 +505,7 @@
501505
"ecotone_time": 1710374401,
502506
"fjord_time": 1720627201,
503507
"granite_time": 1726070401,
508+
"holocene_time": 1736445601,
504509
"block_time": 2,
505510
"seq_window_size": 3600,
506511
"max_sequencer_drift": 600,
@@ -564,6 +569,7 @@
564569
"ecotone_time": 0,
565570
"fjord_time": 1720627201,
566571
"granite_time": 1726070401,
572+
"holocene_time": 1736445601,
567573
"block_time": 2,
568574
"seq_window_size": 3600,
569575
"max_sequencer_drift": 600,
@@ -629,6 +635,7 @@
629635
"ecotone_time": 0,
630636
"fjord_time": 1720627201,
631637
"granite_time": 1726070401,
638+
"holocene_time": 1736445601,
632639
"block_time": 2,
633640
"seq_window_size": 3600,
634641
"max_sequencer_drift": 600,
@@ -896,6 +903,7 @@
896903
"ecotone_time": 1710374401,
897904
"fjord_time": 1720627201,
898905
"granite_time": 1726070401,
906+
"holocene_time": 1736445601,
899907
"block_time": 2,
900908
"seq_window_size": 3600,
901909
"max_sequencer_drift": 600,
@@ -1041,6 +1049,7 @@
10411049
"ecotone_time": 1710374401,
10421050
"fjord_time": 1720627201,
10431051
"granite_time": 1726070401,
1052+
"holocene_time": 1736445601,
10441053
"block_time": 2,
10451054
"seq_window_size": 3600,
10461055
"max_sequencer_drift": 600,
@@ -1179,6 +1188,7 @@
11791188
"ecotone_time": 1710374401,
11801189
"fjord_time": 1720627201,
11811190
"granite_time": 1726070401,
1191+
"holocene_time": 1736445601,
11821192
"block_time": 2,
11831193
"seq_window_size": 3600,
11841194
"max_sequencer_drift": 600,

superchain/configs/mainnet/superchain.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ delta_time = 1708560000 # Thu 22 Feb 2024 00:00:00 UTC
88
ecotone_time = 1710374401 # Thu 14 Mar 2024 00:00:01 UTC
99
fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
1010
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
11+
holocene_time = 1736445601 # Thu 09 Jan 2025 18:00:01 UTC
1112

1213
[l1]
1314
chain_id = 1

superchain/configs/mainnet/tbn.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ canyon_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
99
delta_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
1010
ecotone_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
1111
fjord_time = 1725536344 #Thu 05 Sep 2024 11:39:04 UTC
12-
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
12+
superchain_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC - Granite
1313
block_time = 2
1414
seq_window_size = 3600
1515
max_sequencer_drift = 600

0 commit comments

Comments
 (0)