@pioneer-platform/rango-client 8.3.7 → 8.3.9

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/index.js +1 -1
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -51,7 +51,7 @@ var networkSupport = [
51
51
  //shortListSymbolToCaip["TRON"], TODO
52
52
  //shortListSymbolToCaip["SOLANA"], TODO
53
53
  shortListSymbolToCaip["DASH"],
54
- shortListSymbolToCaip["OSMO"],
54
+ // shortListSymbolToCaip["OSMO"], //TODO Rango uses WASM for osmosis, not support by KK
55
55
  shortListSymbolToCaip["GAIA"],
56
56
  shortListSymbolToCaip["BNB"],
57
57
  shortListSymbolToCaip["DOGE"],
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@pioneer-platform/rango-client",
3
- "version": "8.3.7",
3
+ "version": "8.3.9",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
7
7
  "@pioneer-platform/loggerdog": "^8.3.1",
8
- "@pioneer-platform/pioneer-coins": "^9.2.3",
8
+ "@pioneer-platform/pioneer-coins": "^9.2.4",
9
9
  "axios": "^1.3.4",
10
10
  "dotenv": "^8.2.0",
11
11
  "rango-sdk": "^0.1.45"
@@ -27,5 +27,5 @@
27
27
  "ts-jest": "^29.0.5",
28
28
  "typescript": "^5.0.2"
29
29
  },
30
- "gitHead": "236e08840f2788576131840f6ed62e63dbe148ce"
30
+ "gitHead": "03098812c1c11abb9d60a080b54fa065fc6408db"
31
31
  }