XXTime fields indicate upgrade timestamps. For example, a ShanghaiTime of 42198537129 means the chain upgraded to the Shanghai version at timestamp 42198537129. A value of 0 means the upgrade is included in the genesis of the EVM on Sei. -1 means upgrade not reached yet.

interface ChainConfigAmino {
    cancun_time?: string;
    prague_time?: string;
    verkle_time?: string;
}

Properties

cancun_time?: string
prague_time?: string
verkle_time?: string