Skip to content

Commit 80b6b3e

Browse files
Changes
Co-authored-by: Alien69Flow <111972684+Alien69Flow@users.noreply.github.com>
1 parent 6bb2ba3 commit 80b6b3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/config/appkit.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ const origin =
4040
typeof window !== 'undefined' ? window.location.origin : 'https://alienflow.space';
4141

4242
createAppKit({
43-
adapters: [wagmiAdapter, solanaAdapter, bitcoinAdapter],
44-
networks,
43+
adapters: [wagmiAdapter, solanaAdapter, bitcoinAdapter] as any,
44+
networks: networks as any,
4545
defaultNetwork: polygon,
4646
projectId,
4747
metadata: {

0 commit comments

Comments
 (0)