@wagmi/connectors 4.1.15 → 4.1.17
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/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '4.1.
|
|
1
|
+
export const version = '4.1.17';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "4.1.
|
|
1
|
+
export declare const version = "4.1.17";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wagmi/connectors",
|
|
3
3
|
"description": "Collection of connectors for Wagmi",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.17",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"typescript": ">=5.0.4",
|
|
32
32
|
"viem": "2.x",
|
|
33
|
-
"@wagmi/core": "2.6.
|
|
33
|
+
"@wagmi/core": "2.6.8"
|
|
34
34
|
},
|
|
35
35
|
"peerDependenciesMeta": {
|
|
36
36
|
"typescript": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@metamask/sdk": "0.14.3",
|
|
43
43
|
"@safe-global/safe-apps-provider": "0.18.1",
|
|
44
44
|
"@safe-global/safe-apps-sdk": "8.1.0",
|
|
45
|
-
"@walletconnect/ethereum-provider": "2.11.
|
|
45
|
+
"@walletconnect/ethereum-provider": "2.11.2",
|
|
46
46
|
"@walletconnect/modal": "2.6.2"
|
|
47
47
|
},
|
|
48
48
|
"contributors": [
|
package/src/metaMask.ts
CHANGED
|
@@ -250,7 +250,7 @@ export function metaMask(parameters: MetaMaskParameters = {}) {
|
|
|
250
250
|
try {
|
|
251
251
|
const { default: blockExplorer, ...blockExplorers } =
|
|
252
252
|
chain.blockExplorers ?? {}
|
|
253
|
-
let blockExplorerUrls
|
|
253
|
+
let blockExplorerUrls
|
|
254
254
|
if (blockExplorer)
|
|
255
255
|
blockExplorerUrls = [
|
|
256
256
|
blockExplorer.url,
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '4.1.
|
|
1
|
+
export const version = '4.1.17'
|