Skip to content

Commit 639952c

Browse files
chakra-guyjxom
andauthoredFeb 1, 2025··
fix: metamask connector error handling when closing modal (#4524)
* bump version * changeset * Update eighty-coats-check.md --------- Co-authored-by: jxom <7336481+jxom@users.noreply.github.com>
1 parent 651aa72 commit 639952c

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed
 

‎.changeset/eighty-coats-check.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@wagmi/connectors": patch
3+
---
4+
5+
Updated MetaMask SDK.

‎packages/connectors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@coinbase/wallet-sdk": "4.2.3",
49-
"@metamask/sdk": "0.31.5",
49+
"@metamask/sdk": "0.32.0",
5050
"@safe-global/safe-apps-provider": "0.18.5",
5151
"@safe-global/safe-apps-sdk": "9.1.0",
5252
"@walletconnect/ethereum-provider": "2.17.0",

‎pnpm-lock.yaml

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.