We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61eedfc commit 68ea885Copy full SHA for 68ea885
reactive-crypto-core/src/main/kotlin/com/njkim/reactivecrypto/core/common/model/currency/Currency.kt
@@ -1124,6 +1124,14 @@ data class Currency(val symbol: String) {
1124
val API3 = getInstance("API3")
1125
@JvmField
1126
val SHIB = getInstance("SHIB")
1127
+ @JvmField
1128
+ val MDX = getInstance("MDX")
1129
1130
+ val POLS = getInstance("POLS")
1131
1132
+ val AR = getInstance("AR")
1133
1134
+ val TT = getInstance("TT")
1135
1136
1137
val M19 = getInstance("M19")
0 commit comments