@getpara/wagmi-v2-integration 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.
@@ -30,10 +30,10 @@ export declare const paraConnector: ({ para, chains: _chains, disableModal, stor
30
30
  chainId?: number | undefined;
31
31
  isReconnecting?: boolean | undefined;
32
32
  } | undefined) => Promise<{
33
- accounts: readonly import("abitype").Address[];
33
+ accounts: readonly import("viem").Address[];
34
34
  chainId: number;
35
35
  }>;
36
- getAccounts: () => Promise<readonly import("abitype").Address[]>;
36
+ getAccounts: () => Promise<readonly import("viem").Address[]>;
37
37
  getChainId: () => Promise<number>;
38
38
  getProvider: (parameters?: {
39
39
  chainId?: number | undefined;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@getpara/wagmi-v2-integration",
3
- "version": "2.0.0-alpha.69",
3
+ "version": "2.0.0-alpha.70",
4
4
  "dependencies": {
5
- "@getpara/react-sdk-lite": "2.0.0-alpha.69",
6
- "@getpara/wagmi-v2-connector": "2.0.0-alpha.69"
5
+ "@getpara/react-sdk-lite": "2.0.0-alpha.70",
6
+ "@getpara/wagmi-v2-connector": "2.0.0-alpha.70"
7
7
  },
8
8
  "devDependencies": {
9
9
  "@tanstack/react-query": "^5.74.0",
@@ -13,7 +13,7 @@
13
13
  "dist",
14
14
  "package.json"
15
15
  ],
16
- "gitHead": "956310e0ff58cc8e2736625d221245ab68304855",
16
+ "gitHead": "99d44cff3c68c07dc1cd8c2709b6ca4cd57dca61",
17
17
  "main": "dist/index.js",
18
18
  "peerDependencies": {
19
19
  "@tanstack/react-query": ">=5.0.0",