Closed 0xHansLee closed 7 months ago
The update involves a modification to the KromaChainConfig
structure within the superchain.go
file. Specifically, the EcotoneTime
field has been changed from a null value to a specific timestamp (uint64ptr(1713772800)
) for the KromaMainnetChainID
. This adjustment marks a defined transition time in the configuration settings of the Kroma Mainnet.
File | Change Summary |
---|---|
params/superchain.go |
Updated EcotoneTime from nil to uint64ptr(1713772800) in KromaChainConfig for KromaMainnetChainID . |
params/superchain.go (1)
`22-22`: Update to `EcotoneTime` for `KromaMainnetChainID` is correctly implemented.
Set Ecotone activation time for Kroma mainnet. The activation time is Mon
Apr 22 2024 08:00:00
(unix timestamp1713772800
).Summary by CodeRabbit