@getpara/wagmi-v2-connector 2.0.0-alpha.15 → 2.0.0-alpha.5
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/dist/paraConnector.d.ts +4 -4
- package/package.json +4 -4
package/dist/paraConnector.d.ts
CHANGED
|
@@ -524,7 +524,7 @@ export declare const createParaConnector: ({ para, chains: _chains, disableModal
|
|
|
524
524
|
paymasterVerificationGasLimit: `0x${string}`;
|
|
525
525
|
paymasterPostOpGasLimit: `0x${string}`;
|
|
526
526
|
}>;
|
|
527
|
-
}]>;
|
|
527
|
+
}], false>;
|
|
528
528
|
isApexWallet?: true;
|
|
529
529
|
isAvalanche?: true;
|
|
530
530
|
isBackpack?: true;
|
|
@@ -1036,7 +1036,7 @@ export declare const createParaConnector: ({ para, chains: _chains, disableModal
|
|
|
1036
1036
|
paymasterVerificationGasLimit: `0x${string}`;
|
|
1037
1037
|
paymasterPostOpGasLimit: `0x${string}`;
|
|
1038
1038
|
}>;
|
|
1039
|
-
}]>;
|
|
1039
|
+
}], false>;
|
|
1040
1040
|
isApexWallet?: true;
|
|
1041
1041
|
isAvalanche?: true;
|
|
1042
1042
|
isBackpack?: true;
|
|
@@ -1615,7 +1615,7 @@ export declare const paraConnector: (opts: ParaConnectorOpts) => (config: {
|
|
|
1615
1615
|
paymasterVerificationGasLimit: `0x${string}`;
|
|
1616
1616
|
paymasterPostOpGasLimit: `0x${string}`;
|
|
1617
1617
|
}>;
|
|
1618
|
-
}]>;
|
|
1618
|
+
}], false>;
|
|
1619
1619
|
isApexWallet?: true;
|
|
1620
1620
|
isAvalanche?: true;
|
|
1621
1621
|
isBackpack?: true;
|
|
@@ -2127,7 +2127,7 @@ export declare const paraConnector: (opts: ParaConnectorOpts) => (config: {
|
|
|
2127
2127
|
paymasterVerificationGasLimit: `0x${string}`;
|
|
2128
2128
|
paymasterPostOpGasLimit: `0x${string}`;
|
|
2129
2129
|
}>;
|
|
2130
|
-
}]>;
|
|
2130
|
+
}], false>;
|
|
2131
2131
|
isApexWallet?: true;
|
|
2132
2132
|
isAvalanche?: true;
|
|
2133
2133
|
isBackpack?: true;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpara/wagmi-v2-connector",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@getpara/viem-v2-integration": "2.0.0-alpha.
|
|
10
|
-
"@getpara/web-sdk": "2.0.0-alpha.
|
|
9
|
+
"@getpara/viem-v2-integration": "2.0.0-alpha.5",
|
|
10
|
+
"@getpara/web-sdk": "2.0.0-alpha.5"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "rm -rf dist && yarn typegen && node ./scripts/build.mjs",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"dist",
|
|
29
29
|
"package.json"
|
|
30
30
|
],
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "3ecfca088f24489f2e8fa5493d0f4459b08880e1"
|
|
32
32
|
}
|