Skip to content

Commit

Permalink
chore: change Ecotone time for Kroma mainnet (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHansLee authored Apr 18, 2024
1 parent 46c8d19 commit 0f10a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/superchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 0f10a74

Please sign in to comment.