chore(taiko_genesis): update genesis block configs (#304)

This commit is contained in:
David 2024-08-28 23:07:09 +08:00 committed by GitHub
parent 5b4a9619f9
commit 062d4b71f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,8 @@ import (
var (
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
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.