mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
CLO new testnet
This commit is contained in:
parent
6a084089be
commit
0ae5a75f43
2 changed files with 3 additions and 3 deletions
|
|
@ -349,8 +349,8 @@ func DefaultTestnetGenesisBlock() *Genesis {
|
||||||
func DefaultCallistoTestnetGenesisBlock() *Genesis {
|
func DefaultCallistoTestnetGenesisBlock() *Genesis {
|
||||||
return &Genesis{
|
return &Genesis{
|
||||||
Config: params.CallistoTestnetChainConfig,
|
Config: params.CallistoTestnetChainConfig,
|
||||||
ExtraData: hexutil.MustDecode("0x00000000000000000000000000000000000000000000000000000000000000004fd2dead40490e7efb256899289896c844280e3dceb6e1affb81eae90695efd61e9d2c214f72b8cf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"),
|
ExtraData: hexutil.MustDecode("0x000000000000000000000000000000000000000000000000000000000000000073dcf82e65a05dab02da9d899ae472487dfc99bb0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"),
|
||||||
GasLimit: 5200000,
|
GasLimit: 4700000,
|
||||||
Difficulty: big.NewInt(1),
|
Difficulty: big.NewInt(1),
|
||||||
Alloc: decodePrealloc(callistoTestnetAllocData),
|
Alloc: decodePrealloc(callistoTestnetAllocData),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue