From 3aefd22fccd97eec2c3dec9508b51eda179988c1 Mon Sep 17 00:00:00 2001 From: Gavin Yu Date: Thu, 20 Mar 2025 17:36:09 +0800 Subject: [PATCH] chore(core): update Hekla Pacaya fork height (#397) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gavin “yoghurt” Yu --- 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 fdbc7b3351..586025ccd8 100644 --- a/core/taiko_genesis.go +++ b/core/taiko_genesis.go @@ -17,7 +17,7 @@ var ( InternalDevnetPacayaBlock = new(big.Int).SetUint64(10) PreconfDevnetPacayaBlock = common.Big0 - HeklaPacayaBlock = new(big.Int).SetUint64(999_999_999_999) + HeklaPacayaBlock = new(big.Int).SetUint64(1_299_888) MainnetPacayaBlock = new(big.Int).SetUint64(999_999_999_999) )