mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
feat(core): update InternalDevnetPacayaBlock to 0 (#430)
* feat(core): update `InternalDevnetPacayaBlock` to `0` * chore: update ci
This commit is contained in:
parent
6caf96ffda
commit
c3ec5f88cb
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ var (
|
|||
HeklaOntakeBlock = new(big.Int).SetUint64(840_512)
|
||||
MainnetOntakeBlock = new(big.Int).SetUint64(538_304)
|
||||
|
||||
InternalDevnetPacayaBlock = new(big.Int).SetUint64(10)
|
||||
InternalDevnetPacayaBlock = new(big.Int).SetUint64(0)
|
||||
PreconfDevnetPacayaBlock = common.Big0
|
||||
MasayaDevnetPacayaBlock = common.Big0
|
||||
HeklaPacayaBlock = new(big.Int).SetUint64(1_299_888)
|
||||
|
|
|
|||
Loading…
Reference in a new issue