From c3ec5f88cb4a2aef1c62bc7a21beb6f2609f6e12 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 21 May 2025 21:16:44 +0800 Subject: [PATCH] feat(core): update `InternalDevnetPacayaBlock` to `0` (#430) * feat(core): update `InternalDevnetPacayaBlock` to `0` * chore: update ci --- 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 a3c9260f1e..3212b33ed5 100644 --- a/core/taiko_genesis.go +++ b/core/taiko_genesis.go @@ -16,7 +16,7 @@ var ( HeklaOntakeBlock = new(big.Int).SetUint64(840_512) MainnetOntakeBlock = new(big.Int).SetUint64(538_304) - InternalDevnetPacayaBlock = new(big.Int).SetUint64(10) + InternalDevnetPacayaBlock = new(big.Int).SetUint64(0) PreconfDevnetPacayaBlock = common.Big0 MasayaDevnetPacayaBlock = common.Big0 HeklaPacayaBlock = new(big.Int).SetUint64(1_299_888)