We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8aa0be commit 9c5cfd2Copy full SHA for 9c5cfd2
src/features/utils/index.ts
@@ -93,10 +93,7 @@ export const getTokenIconUrl = (token: string) => {
93
return `https://d2f70xi62kby8n.cloudfront.net/tokens/${transformTokenName(token)}.webp?auto=compress%2Cformat`
94
}
95
96
-// This is a webflow asset
97
-export const fallbackTokenIconUrl =
98
- "https://cdn.prod.website-files.com/64cc2c23d8dbd707cdb556d8/678f76f95f2fbf3fef5e80bb_generic-token.svg"
99
-
+export const fallbackTokenIconUrl = "/assets/icons/generic-token.svg"
100
export const getChainId = (supportedChain: SupportedChain) => {
101
const technology = chainToTechnology[supportedChain]
102
if (!technology) return
0 commit comments