Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/UI/Bridge/hooks/useDestinationAccounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { selectMultichainAccountsState2Enabled } from '../../../../selectors/fea
* Custom hook that provides filtered destination accounts for bridge operations
*/
export const useDestinationAccounts = () => {
const { accounts, ensByAccountAddress } = useAccounts();
const { accounts, ensByAccountAddress } = useAccounts({ fetchENS: false });

// Filter accounts using BIP-44 aware multichain selectors via account IDs
const validDestIds = useSelector(selectValidDestInternalAccountIds);
Expand Down
Loading