feat(core): update MainnetOntakeBlock (#330)

This commit is contained in:
Gavin Yu 2024-10-16 09:49:25 +08:00 committed by GitHub
parent 92f5d06dc2
commit cd72c5bf05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,8 +12,7 @@ import (
var ( var (
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2) InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
HeklaOntakeBlock = new(big.Int).SetUint64(840_512) HeklaOntakeBlock = new(big.Int).SetUint64(840_512)
// TODO: update this value when mainnet fork height is decided MainnetOntakeBlock = new(big.Int).SetUint64(538_304)
MainnetOntakeBlock = new(big.Int).SetUint64(9_000_000)
) )
// TaikoGenesisBlock returns the Taiko network genesis block configs. // TaikoGenesisBlock returns the Taiko network genesis block configs.