feat(taiko_genesis): update TaikoGenesisBlock configs (#400)

This commit is contained in:
David 2025-03-21 10:41:38 +09:00 committed by GitHub
parent 3da62a2438
commit 139e562050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ var (
InternalDevnetPacayaBlock = new(big.Int).SetUint64(10)
PreconfDevnetPacayaBlock = common.Big0
HeklaPacayaBlock = new(big.Int).SetUint64(1_299_888)
MainnetPacayaBlock = new(big.Int).SetUint64(99_999_999_999)
MainnetPacayaBlock = new(big.Int).SetUint64(999_999_999_999)
)
// TaikoGenesisBlock returns the Taiko network genesis block configs.