We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f13630 commit e285b94Copy full SHA for e285b94
app/utils/token-info.ts
@@ -118,7 +118,6 @@ async function getFullLegacyTokenInfoUsingCdn(
118
const tokenListResponse = await fetch(
119
'https://cdn.jsdelivr.net/gh/solana-labs/token-list@latest/src/tokens/solana.tokenlist.json'
120
);
121
-
122
if (tokenListResponse.status >= 400) {
123
console.error(new Error('Error fetching token list from CDN'));
124
return undefined;
0 commit comments