Skip to content

Commit

Permalink
Set Holocene Mainnet Superchain activation (#726)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sebastianst authored Dec 10, 2024
1 parent 6dd466a commit 327d7af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion superchain/configs/configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"ecotone_time": 1710374401,
"fjord_time": 1720627201,
"granite_time": 1726070401,
"holocene_time": 1736445601,
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
Expand Down Expand Up @@ -100,6 +101,7 @@
"ecotone_time": 0,
"fjord_time": 0,
"granite_time": 1726070401,
"holocene_time": 1736445601,
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
Expand Down Expand Up @@ -231,6 +233,7 @@
"ecotone_time": 1710374401,
"fjord_time": 1720627201,
"granite_time": 1726070401,
"holocene_time": 1736445601,
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
Expand Down Expand Up @@ -423,7 +426,7 @@
"Explorer": "https://explorer.thebinaryholdings.com",
"SuperchainLevel": 0,
"StandardChainCandidate": false,
"SuperchainTime": null,
"SuperchainTime": 1726070401,
"batch_inbox_address": "0xFF00000000000000000000000000000000000624",
"Superchain": "mainnet",
"Chain": "tbn",
Expand All @@ -432,6 +435,7 @@
"ecotone_time": 0,
"fjord_time": 1725536344,
"granite_time": 1726070401,
"holocene_time": 1736445601,
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
Expand Down Expand Up @@ -501,6 +505,7 @@
"ecotone_time": 1710374401,
"fjord_time": 1720627201,
"granite_time": 1726070401,
"holocene_time": 1736445601,
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
Expand Down Expand Up @@ -564,6 +569,7 @@
"ecotone_time": 0,
"fjord_time": 1720627201,
"granite_time": 1726070401,
"holocene_time": 1736445601,
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
Expand Down Expand Up @@ -629,6 +635,7 @@
"ecotone_time": 0,
"fjord_time": 1720627201,
"granite_time": 1726070401,
"holocene_time": 1736445601,
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
Expand Down Expand Up @@ -896,6 +903,7 @@
"ecotone_time": 1710374401,
"fjord_time": 1720627201,
"granite_time": 1726070401,
"holocene_time": 1736445601,
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
Expand Down Expand Up @@ -1041,6 +1049,7 @@
"ecotone_time": 1710374401,
"fjord_time": 1720627201,
"granite_time": 1726070401,
"holocene_time": 1736445601,
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
Expand Down Expand Up @@ -1179,6 +1188,7 @@
"ecotone_time": 1710374401,
"fjord_time": 1720627201,
"granite_time": 1726070401,
"holocene_time": 1736445601,
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
Expand Down
1 change: 1 addition & 0 deletions superchain/configs/mainnet/superchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ delta_time = 1708560000 # Thu 22 Feb 2024 00:00:00 UTC
ecotone_time = 1710374401 # Thu 14 Mar 2024 00:00:01 UTC
fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
holocene_time = 1736445601 # Thu 09 Jan 2025 18:00:01 UTC

[l1]
chain_id = 1
Expand Down
2 changes: 1 addition & 1 deletion superchain/configs/mainnet/tbn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ canyon_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
delta_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
ecotone_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
fjord_time = 1725536344 #Thu 05 Sep 2024 11:39:04 UTC
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
superchain_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC - Granite
block_time = 2
seq_window_size = 3600
max_sequencer_drift = 600
Expand Down

0 comments on commit 327d7af

Please sign in to comment.