mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-10 21:29:03 +00:00
params: Hardfork block number
This commit is contained in:
parent
dc2e34ddf3
commit
7d9c6f611a
1 changed files with 2 additions and 2 deletions
|
|
@ -32,6 +32,6 @@ var (
|
|||
TestNetChainID = big.NewInt(2) // Testnet default chain ID
|
||||
MainNetChainID = big.NewInt(1) // Main net default chain ID
|
||||
|
||||
TestNetSpuriousDragon = big.NewInt(3000000)
|
||||
MainNetSpuriousDragon = big.NewInt(3000000)
|
||||
TestNetSpuriousDragon = big.NewInt(1885000)
|
||||
MainNetSpuriousDragon = big.NewInt(2675000)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue