@rango-dev/provider-walletconnect-2 0.26.0 → 0.26.1
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 +9 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
# [0.26.0](https://github.com/rango-exchange/rango-client/compare/provider-walletconnect-2@0.25.0...provider-walletconnect-2@0.26.0) (2024-05-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* detect proper error related to wallet connect params ([a0d8d95](https://github.com/rango-exchange/rango-client/commit/a0d8d95ed977fffbd0244f498c81f7ce3550ee71))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
# [0.25.0](https://github.com/rango-exchange/rango-client/compare/provider-walletconnect-2@0.24.0...provider-walletconnect-2@0.25.0) (2024-04-24)
|
|
2
11
|
|
|
3
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/provider-walletconnect-2",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@keplr-wallet/simple-fetch": "^0.12.14",
|
|
27
27
|
"@rango-dev/logging-core": "^0.3.0",
|
|
28
28
|
"@rango-dev/signer-cosmos": "^0.26.0",
|
|
29
|
-
"@rango-dev/signer-evm": "^0.
|
|
29
|
+
"@rango-dev/signer-evm": "^0.27.0",
|
|
30
30
|
"@rango-dev/signer-solana": "^0.28.0",
|
|
31
31
|
"@rango-dev/wallets-shared": "^0.33.0",
|
|
32
32
|
"@solana/web3.js": "^1.91.4",
|