mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
feat(taiko_genesis): update TaikoGenesisBlock configs (#400)
This commit is contained in:
parent
3da62a2438
commit
139e562050
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(99_999_999_999)
|
MainnetPacayaBlock = new(big.Int).SetUint64(999_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