fix: remove unused getApprovedChainId and stale eslint-disable

This commit is contained in:
2026-02-24 22:24:44 +03:00
parent 240a05a999
commit 2f89afc051
2 changed files with 0 additions and 23 deletions
-1
View File
@@ -574,7 +574,6 @@ export const PezkuwiProvider: React.FC<PezkuwiProviderProps> = ({
window.addEventListener('walletconnect_disconnected', handleWcDisconnect);
return () => window.removeEventListener('walletconnect_disconnected', handleWcDisconnect);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [walletSource]);
const value: PezkuwiContextType = {