From 4e05e5893b18482a90b1560019f93e90745cc0e0 Mon Sep 17 00:00:00 2001 From: Gavin Yu Date: Mon, 9 Sep 2024 12:04:48 +0800 Subject: [PATCH] feat(core): update `ontakeForkHeight` to Sep 24, 2024 (#309) * feat(core): update `ontakeForkHeight` to Sep 24, 2024 * Update taiko_genesis.go --- core/taiko_genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/taiko_genesis.go b/core/taiko_genesis.go index d846646952..ed114eacd2 100644 --- a/core/taiko_genesis.go +++ b/core/taiko_genesis.go @@ -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) )