mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
feat(core): set MainnetPacayaBlock (#428)
* feat(core): set `MainnetPacayaBlock` * delete * delete * feat: update
This commit is contained in:
parent
d0c33f5baf
commit
7e0d8a02c8
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ var (
|
||||||
InternalDevnetPacayaBlock = new(big.Int).SetUint64(10)
|
InternalDevnetPacayaBlock = new(big.Int).SetUint64(10)
|
||||||
PreconfDevnetPacayaBlock = common.Big0
|
PreconfDevnetPacayaBlock = common.Big0
|
||||||
HeklaPacayaBlock = new(big.Int).SetUint64(1_299_888)
|
HeklaPacayaBlock = new(big.Int).SetUint64(1_299_888)
|
||||||
MainnetPacayaBlock = new(big.Int).SetUint64(999_999_999_999)
|
MainnetPacayaBlock = new(big.Int).SetUint64(1_166_000)
|
||||||
)
|
)
|
||||||
|
|
||||||
// TaikoGenesisBlock returns the Taiko network genesis block configs.
|
// TaikoGenesisBlock returns the Taiko network genesis block configs.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue