From 40ebc8f7c5eaa6a18818d8737620b3d1bf271105 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 23 Sep 2024 06:47:57 +0200 Subject: [PATCH] fix --- op/sepolia/lisk/rollup.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/op/sepolia/lisk/rollup.json b/op/sepolia/lisk/rollup.json index d8ff8779..093acb48 100644 --- a/op/sepolia/lisk/rollup.json +++ b/op/sepolia/lisk/rollup.json @@ -25,12 +25,11 @@ "ecotone_time": 1708534800, "fjord_time": 1716998400, "granite_time": 1723478400, - "channel_timeout": 300, - "channel_timeout_granite": 50, + "channel_timeout": 50, "seq_window_size": 3600, "batch_inbox_address": "0xff00000000000000000000000000000000004202", "max_sequencer_drift": 600, "deposit_contract_address": "0xe3d90f21490686ec7ef37be788e02dfc12787264", "l1_system_config_address": "0xf54791059df4a12ba461b881b4080ae81a1d0ac0", "protocol_versions_address": "0x0000000000000000000000000000000000000000" -} \ No newline at end of file +}