From cd72c5bf056cce5870b685226ae70e0d2620dc5e Mon Sep 17 00:00:00 2001 From: Gavin Yu Date: Wed, 16 Oct 2024 09:49:25 +0800 Subject: [PATCH] feat(core): update `MainnetOntakeBlock` (#330) --- core/taiko_genesis.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/taiko_genesis.go b/core/taiko_genesis.go index ed114eacd24d..bc3a2ba4edc8 100644 --- a/core/taiko_genesis.go +++ b/core/taiko_genesis.go @@ -12,8 +12,7 @@ import ( var ( InternalDevnetOntakeBlock = new(big.Int).SetUint64(2) 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) + MainnetOntakeBlock = new(big.Int).SetUint64(538_304) ) // TaikoGenesisBlock returns the Taiko network genesis block configs.