params: add cancun timestamp for mainnet

This commit is contained in:
lightclient 2024-02-08 07:32:24 -07:00
parent 8a76a814a2
commit de2a2e23d2
No known key found for this signature in database
GPG key ID: 75C916AFEE20183E

View file

@ -58,6 +58,7 @@ var (
TerminalTotalDifficulty: MainnetTerminalTotalDifficulty, // 58_750_000_000_000_000_000_000
TerminalTotalDifficultyPassed: true,
ShanghaiTime: newUint64(1681338455),
CancunTime: newUint64(1710338135),
Ethash: new(EthashConfig),
}
// HoleskyChainConfig contains the chain parameters to run a node on the Holesky test network.