feat(core): set MainnetPacayaBlock (#428)

* feat(core): set `MainnetPacayaBlock`

* delete

* delete

* feat: update
This commit is contained in:
David 2025-05-14 09:07:07 +08:00 committed by GitHub
parent d0c33f5baf
commit 7e0d8a02c8
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) InternalDevnetPacayaBlock = new(big.Int).SetUint64(10)
PreconfDevnetPacayaBlock = common.Big0 PreconfDevnetPacayaBlock = common.Big0
HeklaPacayaBlock = new(big.Int).SetUint64(1_299_888) HeklaPacayaBlock = new(big.Int).SetUint64(1_299_888)
MainnetPacayaBlock = new(big.Int).SetUint64(999_999_999_999) MainnetPacayaBlock = new(big.Int).SetUint64(1_166_000)
) )
// TaikoGenesisBlock returns the Taiko network genesis block configs. // TaikoGenesisBlock returns the Taiko network genesis block configs.