mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
chore(taiko_genesis): update TaikoGenesisBlock configs (#399)
This commit is contained in:
parent
772a55954c
commit
3da62a2438
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(99_999_999_999)
|
||||||
)
|
)
|
||||||
|
|
||||||
// TaikoGenesisBlock returns the Taiko network genesis block configs.
|
// TaikoGenesisBlock returns the Taiko network genesis block configs.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue