Skip to content

Commit 4e05e58

Browse files
authored
feat(core): update ontakeForkHeight to Sep 24, 2024 (#309)
* feat(core): update `ontakeForkHeight` to Sep 24, 2024 * Update taiko_genesis.go
1 parent 50da615 commit 4e05e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/taiko_genesis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
var (
1313
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
14-
HeklaOntakeBlock = new(big.Int).SetUint64(793_000)
14+
HeklaOntakeBlock = new(big.Int).SetUint64(840_512)
1515
// TODO: update this value when mainnet fork height is decided
1616
MainnetOntakeBlock = new(big.Int).SetUint64(9_000_000)
1717
)

0 commit comments

Comments
 (0)