diff --git a/components/SupportedNetworks/utils.ts b/components/SupportedNetworks/utils.ts index 4c4e416c4..96c43cb5a 100644 --- a/components/SupportedNetworks/utils.ts +++ b/components/SupportedNetworks/utils.ts @@ -57,15 +57,3 @@ export const curatedBlockExplorers = [ 'https://basescan.org', 'https://sepolia.basescan.org' ] - -// export const shortNameToIcon = (shortName: string): string => { -// if (shortNameToIconName(shortName) == null) return '/unknown-logo.png' -// if (shortNameToIconName(shortName)?.endsWith('.jpg') === true) { -// return `https://icons.llamao.fi/icons/chains/rsz_${shortNameToIconName( -// shortName -// )}` -// } -// return `https://raw.githubusercontent.com/ErikThiart/cryptocurrency-icons/refs/heads/master/128/${shortNameToIconName( -// shortName -// )}.png` -// }