mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
fix(taiko_genesis): update devnet Ontake fork hight (#302)
* 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>
This commit is contained in:
parent
80e3cb427a
commit
d065dd2c3d
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue