Skip to content

Commit

Permalink
ChainId update for GoerliSpecProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
tkstanczak committed Feb 5, 2019
1 parent 8291f63 commit eacc6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Core/Specs/GoerliSpecProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public IReleaseSpec GetSpec(UInt256 blockNumber)

public UInt256? DaoBlockNumber { get; } = null;

public int ChainId => 0x188c;
public int ChainId => 0x5;
}
}

0 comments on commit eacc6e1

Please sign in to comment.