Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:argentlabs/starknetkit-example-d…
Browse files Browse the repository at this point in the history
…app into develop

* 'develop' of github.com:argentlabs/starknetkit-example-dapp:
  chore: update starknetkit
  chore: fix build
  feat: braavos mobile connector
  • Loading branch information
bluecco committed Dec 2, 2024
2 parents 592443d + 0d53136 commit 6609f0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 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 6609f0c

Please sign in to comment.