mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 00:23:46 +00:00
feat(core): update MainnetOntakeBlock (#330)
This commit is contained in:
parent
92f5d06dc2
commit
cd72c5bf05
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue