@rango-dev/provider-walletconnect-2 0.1.1-next.5 → 0.2.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 +16 -0
- package/package.json +5 -5
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# 0.2.0 (2023-07-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* if there is no cosmos chain passed to wc2, it will be removed from optional namespaces ([548c9ee](https://github.com/rango-exchange/rango-client/commit/548c9ee9f072b259fdd56b52f794c3d8d267baf9))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add project id as a external value ([0c80404](https://github.com/rango-exchange/rango-client/commit/0c80404a8cacb6c5b0338dea1e416b0b11db254b))
|
|
12
|
+
* Get Wallet Connect project id from config ([9fb30b4](https://github.com/rango-exchange/rango-client/commit/9fb30b4b1a83e2005bbf42553298f24b1e278e1c))
|
|
13
|
+
* Support for WalletConnect 2 ([faedef0](https://github.com/rango-exchange/rango-client/commit/faedef0b5e6fc3c5ef881cbbe4ec05334cc1c910))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/provider-walletconnect-2",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"@cosmjs/launchpad": "^0.27.1",
|
|
24
24
|
"@keplr-wallet/cosmos": "^0.9.12",
|
|
25
25
|
"@keplr-wallet/simple-fetch": "^0.12.14",
|
|
26
|
-
"@rango-dev/signer-cosmos": "^0.
|
|
27
|
-
"@rango-dev/signer-evm": "^0.
|
|
28
|
-
"@rango-dev/signer-solana": "^0.
|
|
29
|
-
"@rango-dev/wallets-shared": "^0.
|
|
26
|
+
"@rango-dev/signer-cosmos": "^0.9.0",
|
|
27
|
+
"@rango-dev/signer-evm": "^0.9.0",
|
|
28
|
+
"@rango-dev/signer-solana": "^0.9.0",
|
|
29
|
+
"@rango-dev/wallets-shared": "^0.9.0",
|
|
30
30
|
"@solana/web3.js": "^1.67.2",
|
|
31
31
|
"@walletconnect/encoding": "^1.0.2",
|
|
32
32
|
"@walletconnect/sign-client": "^2.9.1",
|