Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion superchain/configs/configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@
"SuperchainLevel": 0,
"GovernedByOptimism": false,
"StandardChainCandidate": true,
"SuperchainTime": null,
"SuperchainTime": 1734685200,
"batch_inbox_address": "0x00Ca81E019a5312d404aE7fe8367D30DE4c11365",
"Superchain": "sepolia",
"Chain": "minato",
Expand All @@ -1626,6 +1626,7 @@
"ecotone_time": 0,
"fjord_time": 1730106000,
"granite_time": 1730106000,
"holocene_time": 1734685200,
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 1800,
Expand Down
2 changes: 2 additions & 0 deletions superchain/configs/sepolia/minato.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ explorer = "https://soneium-minato.blockscout.com/"
superchain_level = 0
governed_by_optimism = false
standard_chain_candidate = true # This is a temporary field which causes most of the standard validation checks to run on this chain
superchain_time = 1734685200 # Fri Dec 20 2024 9:00:00 UTC
batch_inbox_addr = "0x00Ca81E019a5312d404aE7fe8367D30DE4c11365"
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 = 1730106000 # Mon 28 Oct 2024 9:00:00 UTC
granite_time = 1730106000 # Mon 28 Oct 2024 9:00:00 UTC
holocene_time = 1734685200 # Fri Dec 20 2024 9:00:00 UTC
block_time = 2
seq_window_size = 3600
max_sequencer_drift = 1800
Expand Down