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)