Skip to content

Commit eacc6e1

Browse files
committed
ChainId update for GoerliSpecProvider
1 parent 8291f63 commit eacc6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nethermind/Nethermind.Core/Specs/GoerliSpecProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ public IReleaseSpec GetSpec(UInt256 blockNumber)
3939

4040
public UInt256? DaoBlockNumber { get; } = null;
4141

42-
public int ChainId => 0x188c;
42+
public int ChainId => 0x5;
4343
}
4444
}

0 commit comments

Comments
 (0)