mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-01 09:33:46 +00:00
feat(core): update ontakeForkHeight to Sep 24, 2024 (#309)
* feat(core): update `ontakeForkHeight` to Sep 24, 2024 * Update taiko_genesis.go
This commit is contained in:
parent
50da615425
commit
4e05e5893b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
var (
|
||||
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
|
||||
HeklaOntakeBlock = new(big.Int).SetUint64(793_000)
|
||||
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)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue