Skip to content

Commit 6609f0c

Browse files
committed
Merge branch 'develop' of github.com:argentlabs/starknetkit-example-dapp into develop
* 'develop' of github.com:argentlabs/starknetkit-example-dapp: chore: update starknetkit chore: fix build feat: braavos mobile connector
2 parents 592443d + 0d53136 commit 6609f0c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pnpm-lock.yaml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/withStarknetReactNext/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default function StarknetReactNext() {
9696
<StarknetConfig
9797
chains={chains}
9898
provider={providers}
99-
connectors={availableConnectors}
99+
connectors={availableConnectors as any}
100100
>
101101
<StarknetReactDappContent />
102102
</StarknetConfig>

0 commit comments

Comments
 (0)