Skip to content

Commit 062d4b7

Browse files
chore(taiko_genesis): update genesis block configs (#304)
1 parent 5b4a961 commit 062d4b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/taiko_genesis.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import (
1212
var (
1313
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
1414
HeklaOntakeBlock = new(big.Int).SetUint64(793_000)
15-
MainnetOntakeBlock = new(big.Int).SetUint64(374_400)
15+
// TODO: update this value when mainnet fork height is decided
16+
MainnetOntakeBlock = new(big.Int).SetUint64(9_000_000)
1617
)
1718

1819
// TaikoGenesisBlock returns the Taiko network genesis block configs.

0 commit comments

Comments
 (0)