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 ChainConfig {
    cancunTime: bigint;
    pragueTime: bigint;
    verkleTime: bigint;
}

Properties

cancunTime: bigint
pragueTime: bigint
verkleTime: bigint