feat(core): update devnet ontake fork height (#345)

This commit is contained in:
David 2024-11-03 13:46:50 +08:00 committed by GitHub
parent 699e2d938c
commit 4578ce1ffe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ import (
)
var (
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
InternalDevnetOntakeBlock = new(big.Int).SetUint64(0)
HeklaOntakeBlock = new(big.Int).SetUint64(840_512)
MainnetOntakeBlock = new(big.Int).SetUint64(538_304)
)