Skip to content

Commit 33a63fc

Browse files
feat: add soneium minato's superchain_time & holocene_time (#787)
1 parent 9095778 commit 33a63fc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

superchain/configs/configs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@
16171617
"SuperchainLevel": 0,
16181618
"GovernedByOptimism": false,
16191619
"StandardChainCandidate": true,
1620-
"SuperchainTime": null,
1620+
"SuperchainTime": 1734685200,
16211621
"batch_inbox_address": "0x00Ca81E019a5312d404aE7fe8367D30DE4c11365",
16221622
"Superchain": "sepolia",
16231623
"Chain": "minato",
@@ -1626,6 +1626,7 @@
16261626
"ecotone_time": 0,
16271627
"fjord_time": 1730106000,
16281628
"granite_time": 1730106000,
1629+
"holocene_time": 1734685200,
16291630
"block_time": 2,
16301631
"seq_window_size": 3600,
16311632
"max_sequencer_drift": 1800,

superchain/configs/sepolia/minato.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ explorer = "https://soneium-minato.blockscout.com/"
66
superchain_level = 0
77
governed_by_optimism = false
88
standard_chain_candidate = true # This is a temporary field which causes most of the standard validation checks to run on this chain
9+
superchain_time = 1734685200 # Fri Dec 20 2024 9:00:00 UTC
910
batch_inbox_addr = "0x00Ca81E019a5312d404aE7fe8367D30DE4c11365"
1011
canyon_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
1112
delta_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
1213
ecotone_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
1314
fjord_time = 1730106000 # Mon 28 Oct 2024 9:00:00 UTC
1415
granite_time = 1730106000 # Mon 28 Oct 2024 9:00:00 UTC
16+
holocene_time = 1734685200 # Fri Dec 20 2024 9:00:00 UTC
1517
block_time = 2
1618
seq_window_size = 3600
1719
max_sequencer_drift = 1800

0 commit comments

Comments
 (0)