@wagmi/connectors 3.1.2 → 3.1.3
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/walletConnect.d.ts +4 -4
- package/package.json +3 -3
package/dist/walletConnect.d.ts
CHANGED
|
@@ -46,23 +46,23 @@ type WalletConnectOptions = {
|
|
|
46
46
|
isNewChainsStale?: boolean;
|
|
47
47
|
/**
|
|
48
48
|
* Metadata for your app.
|
|
49
|
-
* @link https://docs.walletconnect.com/2.0/
|
|
49
|
+
* @link https://docs.walletconnect.com/2.0/advanced/providers/ethereum#initialization
|
|
50
50
|
*/
|
|
51
51
|
metadata?: EthereumProviderOptions['metadata'];
|
|
52
52
|
/**
|
|
53
53
|
* Whether or not to show the QR code modal.
|
|
54
54
|
* @default true
|
|
55
|
-
* @link https://docs.walletconnect.com/2.0/
|
|
55
|
+
* @link https://docs.walletconnect.com/2.0/advanced/providers/ethereum#initialization
|
|
56
56
|
*/
|
|
57
57
|
showQrModal?: EthereumProviderOptions['showQrModal'];
|
|
58
58
|
/**
|
|
59
59
|
* Options of QR code modal.
|
|
60
|
-
* @link https://docs.walletconnect.com/2.0/
|
|
60
|
+
* @link https://docs.walletconnect.com/2.0/advanced/walletconnectmodal/options
|
|
61
61
|
*/
|
|
62
62
|
qrModalOptions?: EthereumProviderOptions['qrModalOptions'];
|
|
63
63
|
/**
|
|
64
64
|
* Option to override default relay url.
|
|
65
|
-
* @link https://docs.walletconnect.com/2.0/
|
|
65
|
+
* @link https://docs.walletconnect.com/2.0/advanced/providers/ethereum
|
|
66
66
|
*/
|
|
67
67
|
relayUrl?: string;
|
|
68
68
|
};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@wagmi/connectors",
|
|
3
3
|
"description": "A collection of connectors for wagmi",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "3.1.
|
|
5
|
+
"version": "3.1.3",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"typescript": ">=5.0.4",
|
|
8
8
|
"viem": ">=0.3.35"
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@ledgerhq/connect-kit-loader": "^1.1.0",
|
|
18
18
|
"@safe-global/safe-apps-provider": "^0.17.1",
|
|
19
19
|
"@safe-global/safe-apps-sdk": "^8.0.0",
|
|
20
|
-
"@walletconnect/ethereum-provider": "2.10.
|
|
21
|
-
"@walletconnect/utils": "2.10.
|
|
20
|
+
"@walletconnect/ethereum-provider": "2.10.2",
|
|
21
|
+
"@walletconnect/utils": "2.10.2",
|
|
22
22
|
"@walletconnect/legacy-provider": "^2.0.0",
|
|
23
23
|
"@walletconnect/modal": "2.6.2",
|
|
24
24
|
"abitype": "0.8.7",
|