From 062d4b71f94ebf663a1f3045b432847199be6e82 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 28 Aug 2024 23:07:09 +0800 Subject: [PATCH] chore(taiko_genesis): update genesis block configs (#304) --- core/taiko_genesis.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/taiko_genesis.go b/core/taiko_genesis.go index 8c74d1001f..d846646952 100644 --- a/core/taiko_genesis.go +++ b/core/taiko_genesis.go @@ -12,7 +12,8 @@ import ( var ( InternalDevnetOntakeBlock = new(big.Int).SetUint64(2) HeklaOntakeBlock = new(big.Int).SetUint64(793_000) - MainnetOntakeBlock = new(big.Int).SetUint64(374_400) + // TODO: update this value when mainnet fork height is decided + MainnetOntakeBlock = new(big.Int).SetUint64(9_000_000) ) // TaikoGenesisBlock returns the Taiko network genesis block configs.