Skip to content

Commit

Permalink
feat(core): update MainnetOntakeBlock (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 authored Oct 16, 2024
1 parent 92f5d06 commit cd72c5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/taiko_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import (
var (
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
HeklaOntakeBlock = new(big.Int).SetUint64(840_512)
// TODO: update this value when mainnet fork height is decided
MainnetOntakeBlock = new(big.Int).SetUint64(9_000_000)
MainnetOntakeBlock = new(big.Int).SetUint64(538_304)
)

// TaikoGenesisBlock returns the Taiko network genesis block configs.
Expand Down

0 comments on commit cd72c5b

Please sign in to comment.