From 28a2fc37369fba682dd379b0fc13a0104aaf7bd8 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Mon, 30 Jan 2017 23:50:40 -1000 Subject: [PATCH] Set Testnet ChainID --- params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index 440c153bde..e2bfe45cef 100644 --- a/params/config.go +++ b/params/config.go @@ -35,7 +35,7 @@ var MainnetChainConfig = &ChainConfig{ // TestnetChainConfig is the chain parameters to run a node on the test network. var TestnetChainConfig = &ChainConfig{ - ChainId: big.NewInt(3), + ChainId: big.NewInt(9), HomesteadBlock: big.NewInt(0), EIP150Block: big.NewInt(0), EIP150Hash: common.HexToHash("0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d"),