Skip to content

Commit

Permalink
Merge pull request #76 from argentlabs/BLO-1888-Adapt-StarknetKit-to-…
Browse files Browse the repository at this point in the history
…new-JSON-RPC-Wallet-API

(WIP) BLO-1888-Adapt-StarknetKit-to-new-JSON-RPC-Wallet-API
  • Loading branch information
bluecco authored Feb 29, 2024
2 parents b5854c9 + 25ccbda commit 05060a5
Show file tree
Hide file tree
Showing 23 changed files with 1,234 additions and 609 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@
"dependencies": {
"@trpc/client": "^10.38.1",
"@trpc/server": "^10.38.1",
"@walletconnect/sign-client": "^2.10.1",
"@walletconnect/sign-client": "^2.11.0",
"bowser": "^2.11.0",
"detect-browser": "^5.3.0",
"eventemitter3": "^5.0.1",
"events": "^3.3.0",
"get-starknet-core": "^3.1.0",
"get-starknet-core": "4.0.0-next.2",
"get-starknet-coreV3": "npm:[email protected]",
"lodash-es": "^4.17.21",
"svelte-forms": "^2.3.1",
"trpc-browser": "^1.3.2"
Expand All @@ -77,11 +78,11 @@
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@walletconnect/ethereum-provider": "^2.7.7",
"@walletconnect/ethereum-provider": "^2.11.0",
"@walletconnect/jsonrpc-provider": "^1.0.13",
"@walletconnect/signer-connection": "^2.7.7",
"@walletconnect/types": "^2.7.7",
"@walletconnect/utils": "^2.10.0",
"@walletconnect/signer-connection": "^2.11.0",
"@walletconnect/types": "^2.11.0",
"@walletconnect/utils": "^2.11.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
Expand Down
Loading

0 comments on commit 05060a5

Please sign in to comment.