update chainID to 2

This commit is contained in:
Christopher Franko 2017-03-31 11:40:17 -04:00
parent 125ab77050
commit e4f298b42c

View file

@ -40,5 +40,5 @@ var (
MainNetSpuriousDragon = big.NewInt(600000) MainNetSpuriousDragon = big.NewInt(600000)
TestNetChainID = big.NewInt(3) // Test net default chain ID TestNetChainID = big.NewInt(3) // Test net default chain ID
MainNetChainID = big.NewInt(1) // main net default chain ID MainNetChainID = big.NewInt(2) // main net default chain ID
) )