Skip to content

Commit

Permalink
Merge pull request #56 from argentlabs/feat/braavos-mobile-connector
Browse files Browse the repository at this point in the history
feat: braavos mobile connector
  • Loading branch information
bluecco authored Nov 6, 2024
2 parents 4b9b067 + 57bd356 commit 0d53136
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"react-dom": "^18.3.1",
"starknet": "^6.11.0",
"starknet-react-chains-next": "npm:@starknet-react/[email protected]",
"starknet-react-core-next": "npm:@starknet-react/core@3.0.1-beta.0",
"starknet-react-core-next": "npm:@starknet-react/core@3.4.1",
"starknetkit-latest": "npm:starknetkit@^1.1.9",
"starknetkit-next": "npm:starknetkit@^2.3.3"
"starknetkit-next": "npm:starknetkit@2.4.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/app/withStarknetReactNext/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function StarknetReactNext() {
<StarknetConfig
chains={chains}
provider={providers}
connectors={availableConnectors}
connectors={availableConnectors as any}
>
<StarknetReactDappContent />
</StarknetConfig>
Expand Down

0 comments on commit 0d53136

Please sign in to comment.