From ed94064b5de9fe770f83548d35caccda67a19827 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 28 Aug 2024 22:51:45 +0800 Subject: [PATCH] chore(taiko_genesis): update genesis block configs --- 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 8c74d1001ff0..d8466469523f 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.