Skip to content

Commit

Permalink
Merge pull request #160 from Consensys/fix/add-metamask-support
Browse files Browse the repository at this point in the history
fix: support metamask with latest @starknet-io/get-starknet-core version
  • Loading branch information
bluecco authored Dec 3, 2024
2 parents ed747e9 + 90b941c commit 8e77744
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 27 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"dev": "vite build --watch"
},
"dependencies": {
"@starknet-io/get-starknet": "^4.0.2",
"@starknet-io/get-starknet-core": "^4.0.2",
"@starknet-io/get-starknet": "^4.0.4",
"@starknet-io/get-starknet-core": "^4.0.4",
"@starknet-io/types-js": "^0.7.7",
"@trpc/client": "^10.38.1",
"@trpc/server": "^10.38.1",
Expand Down
58 changes: 33 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8e77744

Please sign in to comment.