mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 15:03:45 +00:00
chore(taiko_genesis): update genesis block configs (#304)
This commit is contained in:
parent
5b4a9619f9
commit
062d4b71f9
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ import (
|
||||||
var (
|
var (
|
||||||
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
|
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
|
||||||
HeklaOntakeBlock = new(big.Int).SetUint64(793_000)
|
HeklaOntakeBlock = new(big.Int).SetUint64(793_000)
|
||||||
MainnetOntakeBlock = new(big.Int).SetUint64(374_400)
|
// TODO: update this value when mainnet fork height is decided
|
||||||
|
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