mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 06:53:46 +00:00
feat(core): update devnet ontake fork height (#345)
This commit is contained in:
parent
699e2d938c
commit
4578ce1ffe
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
|
InternalDevnetOntakeBlock = new(big.Int).SetUint64(0)
|
||||||
HeklaOntakeBlock = new(big.Int).SetUint64(840_512)
|
HeklaOntakeBlock = new(big.Int).SetUint64(840_512)
|
||||||
MainnetOntakeBlock = new(big.Int).SetUint64(538_304)
|
MainnetOntakeBlock = new(big.Int).SetUint64(538_304)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue