Skip to content

Commit 6bb2ba3

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/appkit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const networks: [AppKitNetwork, ...AppKitNetwork[]] = [
2626
];
2727

2828
export const wagmiAdapter = new WagmiAdapter({
29-
networks: [polygon, mainnet, arbitrum, base, bsc] as [AppKitNetwork, ...AppKitNetwork[]],
29+
networks: [polygon, mainnet, arbitrum, base, bsc] as any,
3030
projectId,
3131
ssr: false,
3232
});

0 commit comments

Comments
 (0)