Skip to content

Commit

Permalink
fix: search by contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarbarrera committed Mar 26, 2024
1 parent fe4d9c1 commit 825f348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useSearchCurrencyList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ const useSearchCurrencyList = (searchQuery: string, searchChainId = MAINNET_CHAI

return [
{
address,
decimals,
favorite: false,
highLiquidity: false,
Expand Down
1 change: 1 addition & 0 deletions src/hooks/useSwapCurrencyList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ const useSwapCurrencyList = (searchQuery: string, searchChainId = MAINNET_CHAINI
const uniqueId = `${address}_${network}`;
return [
{
address,
decimals,
favorite: false,
highLiquidity: false,
Expand Down

0 comments on commit 825f348

Please sign in to comment.