Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add holocene timestamp and hardfork activation #741

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
3 changes: 2 additions & 1 deletion superchain/configs/configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@
"Explorer": "https://sepolia-blockscout.lisk.com",
"SuperchainLevel": 0,
"StandardChainCandidate": true,
"SuperchainTime": null,
"SuperchainTime": 1708534800,
"batch_inbox_address": "0xff00000000000000000000000000000000004202",
"Superchain": "sepolia",
"Chain": "lisk",
Expand All @@ -1591,6 +1591,7 @@
"ecotone_time": 1708534800,
"fjord_time": 1716998400,
"granite_time": 1723478400,
"holocene_time": 1732633200,
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
Expand Down
5 changes: 2 additions & 3 deletions superchain/configs/sepolia/lisk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ standard_chain_candidate = true # This is a temporary field which causes most of
batch_inbox_addr = "0xff00000000000000000000000000000000004202"
canyon_time = 1705312994 # Mon 15 Jan 2024 10:03:14 UTC
delta_time = 1705312994 # Mon 15 Jan 2024 10:03:14 UTC
ecotone_time = 1708534800 # Wed 21 Feb 2024 17:00:00 UTC
fjord_time = 1716998400 # Wed 29 May 2024 16:00:00 UTC
granite_time = 1723478400 # Mon 12 Aug 2024 16:00:00 UTC
superchain_time = 1708534800 # Ecotone
block_time = 2
seq_window_size = 3600
max_sequencer_drift = 600
Expand Down Expand Up @@ -54,3 +52,4 @@ data_availability_type = "eth-da"
ProxyAdmin = "0x5Db9F05921d8d5a6a157F6f49c411cc0e46c6330"
SuperchainConfig = "0xC2Be75506d5724086DEB7245bd260Cc9753911Be"
DisputeGameFactoryProxy = "0x9AA3890a87E6BD2CB85Dad1A5D8B0A9D669e658a"