Skip to content

Commit 9c5cfd2

Browse files
committed
revert change on icon
1 parent f8aa0be commit 9c5cfd2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/features/utils/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ export const getTokenIconUrl = (token: string) => {
9393
return `https://d2f70xi62kby8n.cloudfront.net/tokens/${transformTokenName(token)}.webp?auto=compress%2Cformat`
9494
}
9595

96-
// This is a webflow asset
97-
export const fallbackTokenIconUrl =
98-
"https://cdn.prod.website-files.com/64cc2c23d8dbd707cdb556d8/678f76f95f2fbf3fef5e80bb_generic-token.svg"
99-
96+
export const fallbackTokenIconUrl = "/assets/icons/generic-token.svg"
10097
export const getChainId = (supportedChain: SupportedChain) => {
10198
const technology = chainToTechnology[supportedChain]
10299
if (!technology) return

0 commit comments

Comments
 (0)