Skip to content

Commit 9d7b4d0

Browse files
committed
chore: add missing currency
1 parent 1b360e4 commit 9d7b4d0

File tree

1 file changed

+3
-0
lines changed
  • reactive-crypto-core/src/main/kotlin/com/njkim/reactivecrypto/core/common/model/currency

1 file changed

+3
-0
lines changed

reactive-crypto-core/src/main/kotlin/com/njkim/reactivecrypto/core/common/model/currency/Currency.kt

+3
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,8 @@ data class Currency(val symbol: String) {
10701070
val IRIS = getInstance("IRIS")
10711071
@JvmField
10721072
val DAI = getInstance("DAI")
1073+
@JvmField
1074+
val NEST = getInstance("NEST")
10731075

10741076
@JvmField
10751077
val M19 = getInstance("M19")
@@ -1106,6 +1108,7 @@ data class Currency(val symbol: String) {
11061108
USDSB,
11071109
TUSD,
11081110
BUSD,
1111+
HUSD,
11091112
PAX,
11101113
BTC,
11111114
ETH,

0 commit comments

Comments
 (0)