Skip to content

Commit 1670bed

Browse files
-
1 parent 702fd07 commit 1670bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/tokenMappings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const SUPPORTED_TOKENS = [
2929
{ ticker: "wETH", name: "Wrapped Ethereum", assetDisplayOrder: 7 },
3030
];
3131

32-
export const DEPRECATED_TOKENS = [];
32+
export const DEPRECATED_TOKENS = ['qAR'];
3333

3434
// Token hex color mapping for visualization
3535
export const TOKEN_COLORS: Record<string, string> = {

0 commit comments

Comments
 (0)