Skip to content

Commit

Permalink
fix(taiko_genesis): update devnet Ontake fork hight (#302)
Browse files Browse the repository at this point in the history
* fix: update devnet ontake hight

* Update core/taiko_genesis.go

Co-authored-by: Gavin Yu <gavin@taiko.xyz>

---------

Co-authored-by: David <david@taiko.xyz>
Co-authored-by: Gavin Yu <gavin@taiko.xyz>
  • Loading branch information
3 people authored Aug 28, 2024
1 parent 80e3cb4 commit d065dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/taiko_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)

Expand Down

0 comments on commit d065dd2

Please sign in to comment.