Skip to content

Commit 6dd466a

Browse files
lisk-mainnet-superchain-time (#744)
* [chore]: add superchain_time * Update superchain/configs/mainnet/lisk.toml Co-authored-by: Sebastian Stammler <[email protected]> * Update superchain/configs/mainnet/lisk.toml Co-authored-by: Sebastian Stammler <[email protected]> --------- Co-authored-by: Sebastian Stammler <[email protected]>
1 parent 5767ce2 commit 6dd466a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

superchain/configs/configs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
"Explorer": "https://blockscout.lisk.com",
556556
"SuperchainLevel": 0,
557557
"StandardChainCandidate": true,
558-
"SuperchainTime": null,
558+
"SuperchainTime": 0,
559559
"batch_inbox_address": "0xFf00000000000000000000000000000000001135",
560560
"Superchain": "mainnet",
561561
"Chain": "lisk",

superchain/configs/mainnet/lisk.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ explorer = "https://blockscout.lisk.com"
66
superchain_level = 0
77
standard_chain_candidate = true # This is a temporary field which causes most of the standard validation checks to run on this chain
88
batch_inbox_addr = "0xFf00000000000000000000000000000000001135"
9-
canyon_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
10-
delta_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
11-
ecotone_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
12-
fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
13-
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
9+
superchain_time = 0
1410
block_time = 2
1511
seq_window_size = 3600
1612
max_sequencer_drift = 600

0 commit comments

Comments
 (0)