Skip to content

Commit b06df12

Browse files
committed
[Feature] Add support for trading pair NuCypher (NU)
1 parent f8ad360 commit b06df12

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: CoinbasePro/Shared/Types/Currency.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public enum Currency
4444
BAL,
4545
REN,
4646
CGLD,
47-
WBTC
47+
WBTC,
48+
NU
4849
}
4950
}

Diff for: CoinbasePro/Shared/Types/ProductType.cs

+9-1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,14 @@ public enum ProductType
203203
[EnumMember(Value = "WBTC-BTC")]
204204
WbtcBtc,
205205
[EnumMember(Value = "WBTC-USD")]
206-
WbtcUsd
206+
WbtcUsd,
207+
[EnumMember(Value = "NU-USD")]
208+
NuUsd,
209+
[EnumMember(Value = "NU-EUR")]
210+
NuEur,
211+
[EnumMember(Value = "NU-GBP")]
212+
NuGbp,
213+
[EnumMember(Value = "NU-BTC")]
214+
NuBtc
207215
}
208216
}

0 commit comments

Comments
 (0)