We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e80ad commit a2d9d0dCopy full SHA for a2d9d0d
src/Nethermind/Nethermind.Core/Specs/MainNetSpecProvider.cs
@@ -67,7 +67,7 @@ public IReleaseSpec GetSpec(UInt256 blockNumber)
67
public static UInt256 TangerineWhistleBlockNumber { get; } = 2463000;
68
public static UInt256 SpuriousDragonBlockNumber { get; } = 2675000;
69
public static UInt256 ByzantiumBlockNumber { get; } = 4370000;
70
- public static UInt256 ConstantinopleBlockNumber { get; } = 7080000;
+ public static UInt256 ConstantinopleBlockNumber { get; } = 9999999;
71
72
public int ChainId => 1;
73
0 commit comments