@rango-dev/provider-okx 0.61.0 → 0.61.1-next.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ # [0.61.0](https://github.com/rango-exchange/rango-client/compare/provider-okx@0.60.1...provider-okx@0.61.0) (2026-05-31)
2
+
3
+
4
+ ### Features
5
+
6
+ * add zcash chain to utxo namespace and make formatAccountsToCAIP reusable ([4e67ee5](https://github.com/rango-exchange/rango-client/commit/4e67ee5ea539b841a42e7a0fae220fa5ece482c9))
7
+
8
+
9
+
1
10
  ## [0.60.1](https://github.com/rango-exchange/rango-client/compare/provider-okx@0.60.0...provider-okx@0.60.1) (2026-05-02)
2
11
 
3
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-okx",
3
- "version": "0.61.0",
3
+ "version": "0.61.1-next.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/mod.ts",
@@ -23,8 +23,8 @@
23
23
  "dependencies": {
24
24
  "@rango-dev/signer-evm": "^0.42.0",
25
25
  "@rango-dev/signer-solana": "^0.48.0",
26
- "@rango-dev/wallets-core": "^0.59.0",
27
- "@rango-dev/wallets-shared": "^0.60.0",
26
+ "@rango-dev/wallets-core": "^0.59.1-next.0",
27
+ "@rango-dev/wallets-shared": "^0.60.1-next.0",
28
28
  "rango-types": "^0.5.0"
29
29
  },
30
30
  "publishConfig": {
package/readme.md CHANGED
@@ -38,9 +38,6 @@ Supported networks :
38
38
 
39
39
  The wallet only supports bitcoin.
40
40
 
41
- #### 🚧 Cosmos
42
-
43
- The wallet supports Cosmos, but it is **not implemented** in the current integration.
44
41
 
45
42
  #### 🚧 TON
46
43