@pioneer-platform/pioneer-caip 9.2.24 → 9.2.25
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 +5 -5
- package/package.json +1 -1
package/lib/data.js
CHANGED
@@ -318,11 +318,11 @@ var thorchainToCaip = function (identifier) {
|
|
318
318
|
case "OP.ETH":
|
319
319
|
caip = exports.shortListNameToCaip['optimism'];
|
320
320
|
break;
|
321
|
-
case "THOR.RUNE":
|
322
|
-
case "KUJI.USK":
|
323
|
-
|
324
|
-
|
325
|
-
|
321
|
+
// case "THOR.RUNE":
|
322
|
+
// case "KUJI.USK":
|
323
|
+
// // @ts-ignore
|
324
|
+
// caip = ChainToCaip[chain.toLowerCase()];
|
325
|
+
// break;
|
326
326
|
default:
|
327
327
|
var networkId = exports.ChainToNetworkId[chain];
|
328
328
|
if (!networkId)
|