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) )