mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
chore(core): update Hekla Pacaya fork height (#397)
Co-authored-by: Gavin “yoghurt” Yu <guoyu960223@gmail.com>
This commit is contained in:
parent
55a75b6d20
commit
3aefd22fcc
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ var (
|
|||
|
||||
InternalDevnetPacayaBlock = new(big.Int).SetUint64(10)
|
||||
PreconfDevnetPacayaBlock = common.Big0
|
||||
HeklaPacayaBlock = new(big.Int).SetUint64(999_999_999_999)
|
||||
HeklaPacayaBlock = new(big.Int).SetUint64(1_299_888)
|
||||
MainnetPacayaBlock = new(big.Int).SetUint64(999_999_999_999)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue