Give Ubiq a unique ChainID of 8 to conform with EIP155 (replay protection)

This commit is contained in:
Julian Yap 2016-12-14 22:38:14 -10:00
parent c4697c13e4
commit 72d6d241a5

View file

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