Skip to content

Commit 0d9007f

Browse files
johntaikodavidtaikochaYoGhurt111
authored andcommitted
fix(taiko_genesis): update devnet Ontake fork hight (taikoxyz#302)
* fix: update devnet ontake hight * Update core/taiko_genesis.go Co-authored-by: Gavin Yu <[email protected]> --------- Co-authored-by: David <[email protected]> Co-authored-by: Gavin Yu <[email protected]>
1 parent de40cf0 commit 0d9007f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/taiko_genesis.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
)
1111

1212
var (
13-
InternalDevnetOntakeBlock = new(big.Int).SetUint64(374_400)
14-
HeklaOntakeBlock = new(big.Int).SetUint64(720_000)
13+
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
14+
HeklaOntakeBlock = new(big.Int).SetUint64(793_000)
1515
MainnetOntakeBlock = new(big.Int).SetUint64(374_400)
1616
)
1717

0 commit comments

Comments
 (0)