feat(core): update InternalDevnetPacayaBlock to 0 (#430)

* feat(core): update `InternalDevnetPacayaBlock` to `0`

* chore: update ci
This commit is contained in:
David 2025-05-21 21:16:44 +08:00 committed by GitHub
parent 6caf96ffda
commit c3ec5f88cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ var (
HeklaOntakeBlock = new(big.Int).SetUint64(840_512)
MainnetOntakeBlock = new(big.Int).SetUint64(538_304)
InternalDevnetPacayaBlock = new(big.Int).SetUint64(10)
InternalDevnetPacayaBlock = new(big.Int).SetUint64(0)
PreconfDevnetPacayaBlock = common.Big0
MasayaDevnetPacayaBlock = common.Big0
HeklaPacayaBlock = new(big.Int).SetUint64(1_299_888)