fix(taiko_genesis): update devnet Ontake fork hight (#302)

* fix: update devnet ontake hight

* Update core/taiko_genesis.go

Co-authored-by: Gavin Yu <gavin@taiko.xyz>

---------

Co-authored-by: David <david@taiko.xyz>
Co-authored-by: Gavin Yu <gavin@taiko.xyz>
This commit is contained in:
johntaiko 2024-08-28 17:35:42 +08:00 committed by GitHub
parent 80e3cb427a
commit d065dd2c3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,8 +10,8 @@ import (
)
var (
InternalDevnetOntakeBlock = new(big.Int).SetUint64(374_400)
HeklaOntakeBlock = new(big.Int).SetUint64(720_000)
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
HeklaOntakeBlock = new(big.Int).SetUint64(793_000)
MainnetOntakeBlock = new(big.Int).SetUint64(374_400)
)