@pioneer-platform/pioneer-caip 9.2.3 → 9.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/data.js +1 -1
- package/package.json +1 -1
package/lib/data.js
CHANGED
@@ -247,7 +247,7 @@ var thorchainToCaip = function (chain, symbol, ticker, type) {
|
|
247
247
|
}
|
248
248
|
else if (chain == "KUJI" || symbol == "USK") {
|
249
249
|
//if chain and symbol are the same, then we have a native token
|
250
|
-
caip = exports.shortListNameToCaip['
|
250
|
+
caip = exports.shortListNameToCaip['kuji'];
|
251
251
|
}
|
252
252
|
else if (chain == symbol) {
|
253
253
|
//if chain and symbol are the same, then we have a native token
|