mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +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 (
|
||||
InternalDevnetOntakeBlock = new(big.Int).SetUint64(2)
|
||||
InternalDevnetOntakeBlock = new(big.Int).SetUint64(0)
|
||||
HeklaOntakeBlock = new(big.Int).SetUint64(840_512)
|
||||
MainnetOntakeBlock = new(big.Int).SetUint64(538_304)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue