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": 0,
"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
4 changes: 3 additions & 1 deletion superchain/configs/sepolia/lisk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ sequencer_rpc = "https://rpc.sepolia-api.lisk.com"
explorer = "https://sepolia-blockscout.lisk.com"
superchain_level = 0
standard_chain_candidate = true # This is a temporary field which causes most of the standard validation checks to run on this chain
superchain_time = 0
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
holocene_time = 1732633200 # Tue 26 Nov 2024 15:00:00 UTC
anirudhmakhana marked this conversation as resolved.
Show resolved Hide resolved
block_time = 2
seq_window_size = 3600
max_sequencer_drift = 600
Expand Down Expand Up @@ -53,4 +55,4 @@ data_availability_type = "eth-da"
SystemConfigProxy = "0xF54791059df4a12BA461b881B4080Ae81a1d0AC0"
ProxyAdmin = "0x5Db9F05921d8d5a6a157F6f49c411cc0e46c6330"
SuperchainConfig = "0xC2Be75506d5724086DEB7245bd260Cc9753911Be"
DisputeGameFactoryProxy = "0x9AA3890a87E6BD2CB85Dad1A5D8B0A9D669e658a"
DisputeGameFactoryProxy = "0x9AA3890a87E6BD2CB85Dad1A5D8B0A9D669e658a"
anirudhmakhana marked this conversation as resolved.
Show resolved Hide resolved