From f0dbec0c93a772b0f3553399126d8c49bfcc85d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Sat, 29 Oct 2016 13:33:57 +0300 Subject: cmd, params: only set default fork configs for test and mainnet --- params/util.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'params') diff --git a/params/util.go b/params/util.go index bd0cff7e8..63f571a17 100644 --- a/params/util.go +++ b/params/util.go @@ -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 -- cgit v1.2.3