Skip to content

Commit

Permalink
Update static assets and symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvister committed Jan 22, 2018
1 parent fb4ea1f commit ac2d31c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Binance/Asset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public sealed class Asset : IComparable<Asset>, IEquatable<Asset>
/// <summary>
/// When the assets were last updated.
/// </summary>
public static readonly long LastUpdateAt = 1516052328797;
public static readonly long LastUpdateAt = 1516600395711;

// Redirect (BCH) Bitcoin Cash (BCC = BitConnect)
public static readonly Asset BCH;
Expand Down
2 changes: 1 addition & 1 deletion src/Binance/Symbol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public sealed class Symbol : IComparable<Symbol>, IEquatable<Symbol>
/// <summary>
/// When the symbols (currency pairs) were last updated.
/// </summary>
public static readonly long LastUpdateAt = 1516052328797;
public static readonly long LastUpdateAt = 1516600395711;

// Redirect (BCH) Bitcoin Cash (BCC = BitConnect)
public static readonly Symbol BCH_USDT;
Expand Down

0 comments on commit ac2d31c

Please sign in to comment.