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 7, 2018
1 parent cb3aed8 commit 2876496
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 182 deletions.
4 changes: 3 additions & 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 = 1514924504970;
public static readonly long LastUpdateAt = 1515284579873;

// Redirect (BCH) Bitcoin Cash (BCC = BitConnect)
public static readonly Asset BCH;
Expand All @@ -24,6 +24,7 @@ public sealed class Asset : IComparable<Asset>, IEquatable<Asset>
public static readonly Asset ADX = new Asset("ADX", 8);
public static readonly Asset AION = new Asset("AION", 8);
public static readonly Asset AMB = new Asset("AMB", 8);
public static readonly Asset APPC = new Asset("APPC", 8);
public static readonly Asset ARK = new Asset("ARK", 8);
public static readonly Asset ARN = new Asset("ARN", 8);
public static readonly Asset AST = new Asset("AST", 8);
Expand Down Expand Up @@ -152,6 +153,7 @@ public static implicit operator Asset(string s)
{ "ADX", ADX },
{ "AION", AION },
{ "AMB", AMB },
{ "APPC", APPC },
{ "ARK", ARK },
{ "ARN", ARN },
{ "AST", AST },
Expand Down
Loading

0 comments on commit 2876496

Please sign in to comment.