Skip to content

Commit 90ba4b8

Browse files
committed
feat: removed websocketpublicclient
1 parent 0d2b47e commit 90ba4b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/_app.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { env } from "@/env.mjs";
3030
/**
3131
* Configure chains supported
3232
*/
33-
const { chains, publicClient, webSocketPublicClient } = configureChains(
33+
const { chains, publicClient } = configureChains(
3434
[polygonMumbai],
3535
[publicProvider()],
3636
);
@@ -45,7 +45,6 @@ const wagmiConfig = createConfig({
4545
autoConnect: true,
4646
connectors,
4747
publicClient,
48-
webSocketPublicClient,
4948
});
5049

5150
// App Wrapper Component

0 commit comments

Comments
 (0)