cmd, params: only set default fork configs for test and mainnet

This commit is contained in:
Péter Szilágyi
2016-10-29 13:33:57 +03:00
parent 8639b0fae9
commit f0dbec0c93
4 changed files with 43 additions and 31 deletions

View File

@ -23,6 +23,9 @@ import (
)
var (
TestNetGenesisHash = common.HexToHash("0x0cd786a2425d16f152c658316c423e6ce1181e15c3295826d7c9904cba9ce303") // Testnet genesis hash to enforce below configs on
MainNetGenesisHash = common.HexToHash("0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3") // Mainnet genesis hash to enforce below configs on
TestNetHomesteadBlock = big.NewInt(494000) // Testnet homestead block
MainNetHomesteadBlock = big.NewInt(1150000) // Mainnet homestead block