Summary
detectInstalledWallets in WalletModal runs on every render even though window.ethereum can't change between renders.
Affected area
src/components/WalletModal.tsx
Steps to reproduce
Open WalletModal; detection runs once. Hover on a wallet; detection still runs per state change.
Expected behaviour
Memoize via useMemo.
Acceptance criteria
Summary
detectInstalledWalletsinWalletModalruns on every render even though window.ethereum can't change between renders.Affected area
src/components/WalletModal.tsxSteps to reproduce
Open WalletModal; detection runs once. Hover on a wallet; detection still runs per state change.
Expected behaviour
Memoize via useMemo.
Acceptance criteria