Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
feat: add WalletConnect v2 support to Ledger connector (#351)
Browse files Browse the repository at this point in the history
* feat: add WalletConnect v2 support to Ledger connector

* chore: format

* Code review fixes

* Update Connect Kit dependency to final version

---------

Co-authored-by: hlopes-ledger <hlopes-ledger@users.noreply.github.com>
  • Loading branch information
hlopes-ledger and hlopes-ledger authored Jun 25, 2023
1 parent 598d149 commit f21c8e0
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 109 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-sheep-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/connectors": patch
---

Added WalletConnect v2 support to Ledger connector.
6 changes: 3 additions & 3 deletions packages/connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.6.6",
"@ledgerhq/connect-kit-loader": "^1.0.1",
"@ledgerhq/connect-kit-loader": "^1.1.0",
"@safe-global/safe-apps-provider": "^0.15.2",
"@safe-global/safe-apps-sdk": "^7.9.0",
"@walletconnect/ethereum-provider": "2.8.1",
"@walletconnect/legacy-provider": "^2.0.0",
"@walletconnect/modal": "^2.4.6",
"@safe-global/safe-apps-provider": "^0.15.2",
"@safe-global/safe-apps-sdk": "^7.9.0",
"abitype": "0.8.7",
"eventemitter3": "^4.0.7"
},
Expand Down
Loading

0 comments on commit f21c8e0

Please sign in to comment.