Skip to content

Commit

Permalink
Updated CryptoExchange.Net version, added Type property to CryptoComE…
Browse files Browse the repository at this point in the history
…xchange class
  • Loading branch information
JKorf committed Jan 7, 2025
1 parent 275c121 commit 2f22ca6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CryptoCom.Net/CryptoCom.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="CryptoExchange.Net" Version="8.5.0" />
<PackageReference Include="CryptoExchange.Net" Version="8.6.0" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
5 changes: 5 additions & 0 deletions CryptoCom.Net/CryptoCom.Net.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions CryptoCom.Net/CryptoComExchange.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ public static class CryptoComExchange
"https://exchange-docs.crypto.com/exchange/v1/rest-ws/index.html#introduction"
};

/// <summary>
/// Type of exchange
/// </summary>
public static ExchangeType Type { get; } = ExchangeType.CEX;

/// <summary>
/// Format a base and quote asset to a Crypto.com recognized symbol
/// </summary>
Expand Down

0 comments on commit 2f22ca6

Please sign in to comment.