chore(core): update Hekla Pacaya fork height (#397)

Co-authored-by: Gavin “yoghurt” Yu <guoyu960223@gmail.com>
This commit is contained in:
Gavin Yu 2025-03-20 17:36:09 +08:00 committed by GitHub
parent 55a75b6d20
commit 3aefd22fcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,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(999_999_999_999) HeklaPacayaBlock = new(big.Int).SetUint64(1_299_888)
MainnetPacayaBlock = new(big.Int).SetUint64(999_999_999_999) MainnetPacayaBlock = new(big.Int).SetUint64(999_999_999_999)
) )