@getpara/evm-wallet-connectors 2.0.0-alpha.36 → 2.0.0-alpha.38

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.
@@ -418,7 +418,7 @@ function EvmExternalWalletProvider({
418
418
  return address ? { isPresent: true, isConnected: true, address } : { isPresent: true, isConnected: false };
419
419
  }, [connections]);
420
420
  const connectParaEmbedded = useCallback(() => __async(this, null, function* () {
421
- const paraConnectorInstance = connectors.find((c) => c.id === "Para");
421
+ const paraConnectorInstance = connectors.find((c) => c.id === "para");
422
422
  if (!paraConnectorInstance) {
423
423
  return { error: "No para connector instance" };
424
424
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@getpara/evm-wallet-connectors",
3
- "version": "2.0.0-alpha.36",
3
+ "version": "2.0.0-alpha.38",
4
4
  "dependencies": {
5
5
  "@coinbase/wallet-sdk": "4.3.0",
6
- "@getpara/wagmi-v2-connector": "2.0.0-alpha.36",
7
- "@getpara/web-sdk": "2.0.0-alpha.36",
6
+ "@getpara/wagmi-v2-connector": "2.0.0-alpha.38",
7
+ "@getpara/web-sdk": "2.0.0-alpha.38",
8
8
  "zustand": "^4.5.2",
9
9
  "zustand-sync-tabs": "^0.2.2"
10
10
  },
11
11
  "devDependencies": {
12
- "@getpara/react-common": "2.0.0-alpha.36",
12
+ "@getpara/react-common": "2.0.0-alpha.38",
13
13
  "@tanstack/react-query": "^5.74.0",
14
14
  "@types/react": "^18.0.31",
15
15
  "@types/react-dom": "^18.2.7",
@@ -25,7 +25,7 @@
25
25
  "dist",
26
26
  "package.json"
27
27
  ],
28
- "gitHead": "2f05b64622b5813679e11282e5ed5c78c9a00e6c",
28
+ "gitHead": "64c71f82908cef3765f53ffe105bb42ebbbdec28",
29
29
  "main": "dist/index.js",
30
30
  "peerDependencies": {
31
31
  "@farcaster/miniapp-wagmi-connector": "^1.0.0",