Skip to content

Commit

Permalink
chore: use popular list of tokens for token search modal (#2392)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedfool authored Sep 17, 2024
1 parent 94e784c commit 3f3afef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-app-revamp/app/api/token/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface FilteredToken {
logoURI: string;
}

const DEFILLAMA_TOKEN_LIST_URL = "https://raw.githubusercontent.com/SmolDapp/tokenLists/main/lists/tokenlistooor.json";
const DEFILLAMA_TOKEN_LIST_URL = "https://raw.githubusercontent.com/SmolDapp/tokenLists/main/lists/popular.json";

const fetchTokenList = async (): Promise<TokenList | null> => {
const response = await fetch(DEFILLAMA_TOKEN_LIST_URL);
Expand Down

0 comments on commit 3f3afef

Please sign in to comment.