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 8291f63 commit eacc6e1Copy full SHA for eacc6e1
src/Nethermind/Nethermind.Core/Specs/GoerliSpecProvider.cs
@@ -39,6 +39,6 @@ public IReleaseSpec GetSpec(UInt256 blockNumber)
39
40
public UInt256? DaoBlockNumber { get; } = null;
41
42
- public int ChainId => 0x188c;
+ public int ChainId => 0x5;
43
}
44
0 commit comments