Skip to content

Commit a2d9d0d

Browse files
committed
0.9.3 - postponed Constantinople
1 parent 47e80ad commit a2d9d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nethermind/Nethermind.Core/Specs/MainNetSpecProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public IReleaseSpec GetSpec(UInt256 blockNumber)
6767
public static UInt256 TangerineWhistleBlockNumber { get; } = 2463000;
6868
public static UInt256 SpuriousDragonBlockNumber { get; } = 2675000;
6969
public static UInt256 ByzantiumBlockNumber { get; } = 4370000;
70-
public static UInt256 ConstantinopleBlockNumber { get; } = 7080000;
70+
public static UInt256 ConstantinopleBlockNumber { get; } = 9999999;
7171

7272
public int ChainId => 1;
7373

0 commit comments

Comments
 (0)