CLO new testnet

This commit is contained in:
Yohan Graterol 2018-02-20 11:56:05 -05:00
parent 6a084089be
commit 0ae5a75f43
No known key found for this signature in database
GPG key ID: D8C4A70CC26A1F90
2 changed files with 3 additions and 3 deletions

View file

@ -349,8 +349,8 @@ func DefaultTestnetGenesisBlock() *Genesis {
func DefaultCallistoTestnetGenesisBlock() *Genesis {
return &Genesis{
Config: params.CallistoTestnetChainConfig,
ExtraData: hexutil.MustDecode("0x00000000000000000000000000000000000000000000000000000000000000004fd2dead40490e7efb256899289896c844280e3dceb6e1affb81eae90695efd61e9d2c214f72b8cf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"),
GasLimit: 5200000,
ExtraData: hexutil.MustDecode("0x000000000000000000000000000000000000000000000000000000000000000073dcf82e65a05dab02da9d899ae472487dfc99bb0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"),
GasLimit: 4700000,
Difficulty: big.NewInt(1),
Alloc: decodePrealloc(callistoTestnetAllocData),
}

File diff suppressed because one or more lines are too long