From 0f10a74feef9df5c31f72e33836eab4d6d983806 Mon Sep 17 00:00:00 2001 From: Hansol Lee <38912532+0xHansLee@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:25:07 +0900 Subject: [PATCH] chore: change Ecotone time for Kroma mainnet (#104) --- params/superchain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/superchain.go b/params/superchain.go index 413fbf77e..156cc9823 100644 --- a/params/superchain.go +++ b/params/superchain.go @@ -19,7 +19,7 @@ type KromaChainConfig struct { var KromaChainConfigs = map[uint64]*KromaChainConfig{ KromaMainnetChainID: { CanyonTime: uint64ptr(1708502400), - EcotoneTime: uint64ptr(1713772800), + EcotoneTime: uint64ptr(1713772801), }, KromaSepoliaChainID: { CanyonTime: uint64ptr(1707897600),