Skip to content

Commit 51ca053

Browse files
committed
[Feature] Add trading/currency support for GRT
1 parent 415ff0e commit 51ca053

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CoinbasePro/Shared/Types/Currency.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public enum Currency
4949
FIL,
5050
AAVE,
5151
BNT,
52-
SNX
52+
SNX,
53+
GRT
5354
}
5455
}

CoinbasePro/Shared/Types/ProductType.cs

+9-1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,14 @@ public enum ProductType
255255
[EnumMember(Value = "SNX-EUR")]
256256
SnxEur,
257257
[EnumMember(Value = "SNX-GBP")]
258-
SnxGbp
258+
SnxGbp,
259+
[EnumMember(Value = "GRT-USD")]
260+
GrtUsd,
261+
[EnumMember(Value = "GRT-BTC")]
262+
GrtBtc,
263+
[EnumMember(Value = "GRT-EUR")]
264+
GrtEur,
265+
[EnumMember(Value = "GRT-GBP")]
266+
GrtGbp
259267
}
260268
}

0 commit comments

Comments
 (0)