From 4578ce1ffeed8065d70fb2bc39bff20a9df50f56 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 3 Nov 2024 13:46:50 +0800 Subject: [PATCH] feat(core): update devnet ontake fork height (#345) --- 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 bc3a2ba4ed..0803749f38 100644 --- a/core/taiko_genesis.go +++ b/core/taiko_genesis.go @@ -10,7 +10,7 @@ import ( ) var ( - InternalDevnetOntakeBlock = new(big.Int).SetUint64(2) + InternalDevnetOntakeBlock = new(big.Int).SetUint64(0) HeklaOntakeBlock = new(big.Int).SetUint64(840_512) MainnetOntakeBlock = new(big.Int).SetUint64(538_304) )