@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.
Files changed (2) hide show
  1. package/lib/data.js +5 -5
  2. 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
- // @ts-ignore
324
- caip = exports.shortListNameToCaip[chain.toLowerCase()];
325
- break;
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-caip",
3
- "version": "9.2.24",
3
+ "version": "9.2.25",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "_moduleAliases": {