diff --git a/core/taiko_genesis.go b/core/taiko_genesis.go index 26aee3c0fb..8c74d1001f 100644 --- a/core/taiko_genesis.go +++ b/core/taiko_genesis.go @@ -10,8 +10,8 @@ import ( ) var ( - InternalDevnetOntakeBlock = new(big.Int).SetUint64(374_400) - HeklaOntakeBlock = new(big.Int).SetUint64(720_000) + InternalDevnetOntakeBlock = new(big.Int).SetUint64(2) + HeklaOntakeBlock = new(big.Int).SetUint64(793_000) MainnetOntakeBlock = new(big.Int).SetUint64(374_400) )