Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry committed Jun 24, 2022
1 parent e8205c8 commit dcaa5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bctklib/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public static class Constants
public const string EXPRESS_EXTENSION = ".neo-express";
public const string DEFAULT_EXPRESS_FILENAME = "default" + EXPRESS_EXTENSION;

public static readonly IReadOnlyList<string> MAINNET_RPC_ENDPOINTS = new []
public static readonly IReadOnlyList<string> MAINNET_RPC_ENDPOINTS = new[]
{
"http://seed1.neo.org:10332",
"http://seed2.neo.org:10332",
Expand All @@ -16,7 +16,7 @@ public static class Constants
"http://seed5.neo.org:10332"
};

public static readonly IReadOnlyList<string> TESTNET_RPC_ENDPOINTS = new []
public static readonly IReadOnlyList<string> TESTNET_RPC_ENDPOINTS = new[]
{
"http://seed1t5.neo.org:20332",
"http://seed2t5.neo.org:20332",
Expand Down

0 comments on commit dcaa5bb

Please sign in to comment.