Skip to content

Commit

Permalink
feat(core): update ontakeForkHeight to Sep 24, 2024 (#309)
Browse files Browse the repository at this point in the history
* feat(core): update `ontakeForkHeight` to Sep 24, 2024

* Update taiko_genesis.go
  • Loading branch information
YoGhurt111 committed Sep 9, 2024
1 parent 50da615 commit 4e05e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/taiko_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

var (
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
MainnetOntakeBlock = new(big.Int).SetUint64(9_000_000)
)
Expand Down

0 comments on commit 4e05e58

Please sign in to comment.