mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Give Ubiq a unique ChainID of 8 to conform with EIP155 (replay protection)
This commit is contained in:
parent
c4697c13e4
commit
72d6d241a5
1 changed files with 1 additions and 1 deletions
|
|
@ -39,5 +39,5 @@ var (
|
||||||
MainNetSpuriousDragon = big.NewInt(10)
|
MainNetSpuriousDragon = big.NewInt(10)
|
||||||
|
|
||||||
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(8) // main net default chain ID
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue