diff --git a/params/config.go b/params/config.go
index a9e631cde4e07f20e811a6551615097f85515365..b56775e32abee2ca239e4adaca67a01def7328b0 100644
--- a/params/config.go
+++ b/params/config.go
@@ -66,7 +66,7 @@ var (
 		EIP155Block:         big.NewInt(10),
 		EIP158Block:         big.NewInt(10),
 		ByzantiumBlock:      big.NewInt(1700000),
-		ConstantinopleBlock: nil,
+		ConstantinopleBlock: big.NewInt(4200000),
 		Ethash:              new(EthashConfig),
 	}