mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
update chainID to 2
This commit is contained in:
parent
125ab77050
commit
e4f298b42c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue