We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2e34d commit 7d9c6f6Copy full SHA for 7d9c6f6
params/util.go
@@ -32,6 +32,6 @@ var (
32
TestNetChainID = big.NewInt(2) // Testnet default chain ID
33
MainNetChainID = big.NewInt(1) // Main net default chain ID
34
35
- TestNetSpuriousDragon = big.NewInt(3000000)
36
- MainNetSpuriousDragon = big.NewInt(3000000)
+ TestNetSpuriousDragon = big.NewInt(1885000)
+ MainNetSpuriousDragon = big.NewInt(2675000)
37
)
0 commit comments