We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4a961 commit 062d4b7Copy full SHA for 062d4b7
core/taiko_genesis.go
@@ -12,7 +12,8 @@ import (
12
var (
13
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
14
HeklaOntakeBlock = new(big.Int).SetUint64(793_000)
15
- MainnetOntakeBlock = new(big.Int).SetUint64(374_400)
+ // TODO: update this value when mainnet fork height is decided
16
+ MainnetOntakeBlock = new(big.Int).SetUint64(9_000_000)
17
)
18
19
// TaikoGenesisBlock returns the Taiko network genesis block configs.
0 commit comments