Skip to content

Commit

Permalink
fix: wallet connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Jan 12, 2024
1 parent 1025bff commit e9b0a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web3/providers/WagmiProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function WagmiProvider({
connectors,
transports,
});
}, [wagmiConfig]);
}, [wagmiConfig.chains]);

return (
<BaseWagmiProvider config={config}>
Expand Down

0 comments on commit e9b0a9b

Please sign in to comment.