@pioneer-platform/pioneer-caip 9.0.10 → 9.0.11

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 +1 -1
  2. package/package.json +1 -1
package/lib/data.js CHANGED
@@ -232,7 +232,7 @@ var thorchainToCaip = function (chain, symbol, ticker, type) {
232
232
  //if chain and symbol are the same, then we have a native token
233
233
  caip = exports.shortListNameToCaip['optimism'];
234
234
  }
235
- else if (chain == "THOR" && symbol == "RUNE") {
235
+ else if (chain == "THOR" || symbol == "RUNE") {
236
236
  //if chain and symbol are the same, then we have a native token
237
237
  caip = exports.shortListNameToCaip['thorchain'];
238
238
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-caip",
3
- "version": "9.0.10",
3
+ "version": "9.0.11",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "_moduleAliases": {