mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +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)
|
||||
|
||||
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