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 61ca083 commit a8cd21eCopy full SHA for a8cd21e
src/features/utils/index.ts
@@ -86,7 +86,9 @@ export const getTokenIconUrl = (token: string) => {
86
return `https://d2f70xi62kby8n.cloudfront.net/tokens/${transformTokenName(token)}.webp?auto=compress%2Cformat`
87
}
88
89
-export const fallbackTokenIconUrl = "/assets/icons/generic-token.svg"
+// This is a webflow asset
90
+export const fallbackTokenIconUrl =
91
+ "https://cdn.prod.website-files.com/64cc2c23d8dbd707cdb556d8/678f76f95f2fbf3fef5e80bb_generic-token.svg"
92
93
export const getChainId = (supportedChain: SupportedChain) => {
94
const technology = chainToTechnology[supportedChain]
0 commit comments