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 Sep 29, 2018
1 parent 88b3268 commit 4f5afe0
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 380 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 = 1537896077128;
public static readonly long LastUpdateAt = 1538198581399;

public static Asset ADA => Cache.Get("ADA");
public static Asset ADX => Cache.Get("ADX");
Expand Down
Loading

0 comments on commit 4f5afe0

Please sign in to comment.