Skip to content

Commit

Permalink
[Feature] Add support for Tezos (XTZ)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougdellolio committed Aug 3, 2019
1 parent dc3484b commit 5c3c486
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CoinbasePro.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoinbasePro", "CoinbasePro\CoinbasePro.csproj", "{454A0FAC-C580-4674-AE58-6D8E6658685B}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion CoinbasePro/CoinbasePro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RepositoryUrl>git://github.com/dougdellolio/coinbasepro-csharp</RepositoryUrl>
<Authors>Doug Dellolio</Authors>
<LangVersion>latest</LangVersion>
<Version>1.0.28</Version>
<Version>1.0.29</Version>
<PackageId>GDAX.Api.ClientLibrary</PackageId>
<Description>The unofficial .NET/C# client for the CoinbasePro/GDAX API</Description>
<PackageLicenseUrl>https://github.com/dougdellolio/coinbasepro-csharp/blob/master/LICENSE</PackageLicenseUrl>
Expand Down
1 change: 1 addition & 0 deletions CoinbasePro/Shared/Types/Currency.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public enum Currency
Unknown,
XLM,
XRP,
XTZ,
ZEC,
ZIL,
ZRX
Expand Down
4 changes: 4 additions & 0 deletions CoinbasePro/Shared/Types/ProductType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ public enum ProductType
XlmBtc,
[EnumMember(Value = "XLM-EUR")]
XlmEur,
[EnumMember(Value = "XTZ-USD")]
XtzUsd,
[EnumMember(Value = "XTZ-BTC")]
XtzBtc,
[EnumMember(Value = "EOS-USD")]
EosUsd,
[EnumMember(Value = "EOS-EUR")]
Expand Down

0 comments on commit 5c3c486

Please sign in to comment.