@getpara/evm-wallet-connectors 2.0.0-alpha.69 → 2.0.0-alpha.70

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.
@@ -285,7 +285,7 @@ function EvmExternalWalletProvider({
285
285
  uri: window == null ? void 0 : window.location.origin,
286
286
  chainId: (_c = (_b = (_a = chains[0]) == null ? void 0 : _a.id) != null ? _b : chainId) == null ? void 0 : _c.toString()
287
287
  });
288
- } catch (err) {
288
+ } catch (e) {
289
289
  yield disconnectAsync();
290
290
  yield para.logout();
291
291
  throw "Error logging you in. Please try again.";
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@getpara/evm-wallet-connectors",
3
- "version": "2.0.0-alpha.69",
3
+ "version": "2.0.0-alpha.70",
4
4
  "dependencies": {
5
5
  "@coinbase/wallet-sdk": "4.3.0",
6
- "@getpara/wagmi-v2-connector": "2.0.0-alpha.69",
7
- "@getpara/web-sdk": "2.0.0-alpha.69",
6
+ "@getpara/wagmi-v2-connector": "2.0.0-alpha.70",
7
+ "@getpara/web-sdk": "2.0.0-alpha.70",
8
8
  "@walletconnect/ethereum-provider": "^2.22.4",
9
9
  "zustand": "^4.5.2",
10
10
  "zustand-sync-tabs": "^0.2.2"
11
11
  },
12
12
  "devDependencies": {
13
- "@getpara/react-common": "2.0.0-alpha.69",
13
+ "@getpara/react-common": "2.0.0-alpha.70",
14
14
  "@tanstack/react-query": "^5.74.0",
15
15
  "@types/react": "^18.0.31",
16
16
  "@types/react-dom": "^18.2.7",
17
17
  "typescript": "^5.8.3",
18
- "viem": "^2.24.2",
18
+ "viem": "^2.38.5",
19
19
  "wagmi": "^2.14.16"
20
20
  },
21
21
  "exports": {
@@ -26,7 +26,7 @@
26
26
  "dist",
27
27
  "package.json"
28
28
  ],
29
- "gitHead": "956310e0ff58cc8e2736625d221245ab68304855",
29
+ "gitHead": "99d44cff3c68c07dc1cd8c2709b6ca4cd57dca61",
30
30
  "main": "dist/index.js",
31
31
  "peerDependencies": {
32
32
  "@farcaster/miniapp-wagmi-connector": "^1.0.0",