Skip to content

Commit

Permalink
update chainID to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfranko committed Mar 31, 2017
1 parent 125ab77 commit e4f298b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ var (
MainNetSpuriousDragon = big.NewInt(600000)

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
)

0 comments on commit e4f298b

Please sign in to comment.