Skip to content

Commit 7d9c6f6

Browse files
committed
params: Hardfork block number
1 parent dc2e34d commit 7d9c6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/util.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ var (
3232
TestNetChainID = big.NewInt(2) // Testnet default chain ID
3333
MainNetChainID = big.NewInt(1) // Main net default chain ID
3434

35-
TestNetSpuriousDragon = big.NewInt(3000000)
36-
MainNetSpuriousDragon = big.NewInt(3000000)
35+
TestNetSpuriousDragon = big.NewInt(1885000)
36+
MainNetSpuriousDragon = big.NewInt(2675000)
3737
)

0 commit comments

Comments
 (0)