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.
ontakeForkHeight
1 parent 50da615 commit 4e05e58Copy full SHA for 4e05e58
core/taiko_genesis.go
@@ -11,7 +11,7 @@ import (
11
12
var (
13
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
14
- HeklaOntakeBlock = new(big.Int).SetUint64(793_000)
+ HeklaOntakeBlock = new(big.Int).SetUint64(840_512)
15
// TODO: update this value when mainnet fork height is decided
16
MainnetOntakeBlock = new(big.Int).SetUint64(9_000_000)
17
)
0 commit comments