@getpara/evm-wallet-connectors 2.10.0 → 2.12.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.
@@ -186,7 +186,7 @@ function EvmExternalWalletProvider({
186
186
  openApp();
187
187
  if (externalWallet) {
188
188
  signOpts = findConnectorAndAccount(externalWallet);
189
- yield switchAccount((_b = externalWallet.providerId) != null ? _b : "");
189
+ switchAccount((_b = externalWallet.providerId) != null ? _b : "");
190
190
  }
191
191
  const address = signOpts.account ? typeof signOpts.account === "string" ? signOpts.account : signOpts.account.getAddress() : wagmiAddress;
192
192
  try {
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@getpara/evm-wallet-connectors",
3
- "version": "2.10.0",
3
+ "version": "2.12.0",
4
4
  "dependencies": {
5
5
  "@coinbase/wallet-sdk": "4.3.0",
6
- "@getpara/wagmi-v2-connector": "2.10.0",
7
- "@getpara/web-sdk": "2.10.0",
6
+ "@getpara/wagmi-v2-connector": "2.12.0",
7
+ "@getpara/web-sdk": "2.12.0",
8
8
  "@walletconnect/ethereum-provider": "2.23.0",
9
9
  "zustand": "^4.5.2",
10
10
  "zustand-sync-tabs": "^0.2.2"
11
11
  },
12
12
  "devDependencies": {
13
- "@getpara/react-common": "2.10.0",
13
+ "@getpara/react-common": "2.12.0",
14
14
  "@tanstack/react-query": "^5.74.0",
15
15
  "@types/react": "^18.0.31",
16
16
  "@types/react-dom": "^18.2.7",
@@ -26,7 +26,7 @@
26
26
  "dist",
27
27
  "package.json"
28
28
  ],
29
- "gitHead": "8da2c51cc91f021acbc2ec7373b9ca0638fc840a",
29
+ "gitHead": "09c114d148f7a0c2ad250d6346a76aa3b332b2d4",
30
30
  "main": "dist/index.js",
31
31
  "peerDependencies": {
32
32
  "@farcaster/miniapp-wagmi-connector": "^1.0.0",