@rango-dev/provider-walletconnect-2 0.29.1-next.4 → 0.29.1-next.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-walletconnect-2",
3
- "version": "0.29.1-next.4",
3
+ "version": "0.29.1-next.6",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -26,9 +26,9 @@
26
26
  "@keplr-wallet/simple-fetch": "^0.12.14",
27
27
  "@rango-dev/logging-core": "^0.6.0",
28
28
  "@rango-dev/signer-cosmos": "^0.28.1-next.1",
29
- "@rango-dev/signer-evm": "^0.29.1-next.0",
29
+ "@rango-dev/signer-evm": "^0.29.1-next.1",
30
30
  "@rango-dev/signer-solana": "^0.31.1-next.1",
31
- "@rango-dev/wallets-shared": "^0.36.1-next.1",
31
+ "@rango-dev/wallets-shared": "^0.36.1-next.2",
32
32
  "@solana/web3.js": "^1.91.4",
33
33
  "@walletconnect/encoding": "^1.0.2",
34
34
  "@walletconnect/sign-client": "^2.11.2",
package/readme.md CHANGED
@@ -6,4 +6,3 @@
6
6
  - Using Private key to import wallets other than `Ethereum` will be problematic. Because it imports only a single blockchain and we are by default asking for `Ethereum`.
7
7
  - Signing a transaction on Metamask goes through an internal error.
8
8
  - We couldn't update exist session during a bug in `@walletconnect/utils`, so we are creating new session for accessing to new chains.
9
-