mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-14 07:53:47 +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 (
|
var (
|
||||||
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
|
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
|
||||||
HeklaOntakeBlock = new(big.Int).SetUint64(840_512)
|
HeklaOntakeBlock = new(big.Int).SetUint64(840_512)
|
||||||
// TODO: update this value when mainnet fork height is decided
|
MainnetOntakeBlock = new(big.Int).SetUint64(538_304)
|
||||||
MainnetOntakeBlock = new(big.Int).SetUint64(9_000_000)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// TaikoGenesisBlock returns the Taiko network genesis block configs.
|
// TaikoGenesisBlock returns the Taiko network genesis block configs.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue