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 2, 2018
1 parent 6d0eaed commit ed688dd
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 = 1514744638817;
public static readonly long LastUpdateAt = 1514924504970;

// 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 = 1514744638817;
public static readonly long LastUpdateAt = 1514924504970;

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

0 comments on commit ed688dd

Please sign in to comment.