Skip to content

Commit

Permalink
Enable to search bitcoin with btc at home looking for chains
Browse files Browse the repository at this point in the history
  • Loading branch information
piatoss3612 committed Feb 28, 2025
1 parent 3993788 commit 9584628
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/extension/src/pages/main/available.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ export const AvailableTabView: FunctionComponent<{
trimSearch.length >= 3 &&
(modularChainInfo.chainId.toLowerCase().includes(trimSearch) ||
modularChainInfo.chainName.toLowerCase().includes(trimSearch) ||
trimSearch === "eth")
trimSearch === "eth" ||
trimSearch === "btc")
);

disabledChainInfos = [
Expand Down

0 comments on commit 9584628

Please sign in to comment.