feat(core): update ontakeForkHeight to Sep 24, 2024 (#309)

* feat(core): update `ontakeForkHeight` to Sep 24, 2024

* Update taiko_genesis.go
This commit is contained in:
Gavin Yu 2024-09-09 12:04:48 +08:00 committed by GitHub
parent 50da615425
commit 4e05e5893b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ import (
var ( var (
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2) InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
HeklaOntakeBlock = new(big.Int).SetUint64(793_000) HeklaOntakeBlock = new(big.Int).SetUint64(840_512)
// TODO: update this value when mainnet fork height is decided // TODO: update this value when mainnet fork height is decided
MainnetOntakeBlock = new(big.Int).SetUint64(9_000_000) MainnetOntakeBlock = new(big.Int).SetUint64(9_000_000)
) )