Skip to content

Commit

Permalink
Merge pull request #16 from Adebesin-Cell/upgrade-wagmi-1x-2x
Browse files Browse the repository at this point in the history
Upgrade connectors to support wagmi v2
  • Loading branch information
jamesrp13 committed Mar 22, 2024
2 parents 77a5ba1 + 6ec1f77 commit 241ef10
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 360 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"type": "module",
"repository": "https://github.com/magiclabs/wagmi-magic-connector",
"license": "MIT",
"keywords": [
"wagmi",
"extension",
"magic"
],
"keywords": ["wagmi", "extension", "magic"],
"scripts": {
"build": "tsc -p tsconfig.json && tsc-esm-fix --target='dist' --ext='.js'",
"format": "rome format . --write",
Expand All @@ -27,18 +23,20 @@
"@changesets/cli": "^2.24.0",
"@magic-ext/oauth": "^12.3.0",
"@magic-sdk/provider": "^18.3.0",
"@wagmi/core": "^1.4.12",
"@wagmi/connectors": "^4.1.14",
"@wagmi/core": "^2.6.5",
"magic-sdk": "^18.3.0",
"tsc-esm-fix": "^2.20.10"
},
"devDependencies": {
"@types/node": "^20.11.24",
"changeset": "^0.2.6",
"rome": "12.0.0",
"typescript": "^5.0.4",
"viem": "^1.2.10"
"viem": "2.x"
},
"peerDependencies": {
"viem": "^1.2.10"
"viem": "2.x"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 241ef10

Please sign in to comment.