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 702fd07 commit 1670bedCopy full SHA for 1670bed
src/utils/tokenMappings.ts
@@ -29,7 +29,7 @@ export const SUPPORTED_TOKENS = [
29
{ ticker: "wETH", name: "Wrapped Ethereum", assetDisplayOrder: 7 },
30
];
31
32
-export const DEPRECATED_TOKENS = [];
+export const DEPRECATED_TOKENS = ['qAR'];
33
34
// Token hex color mapping for visualization
35
export const TOKEN_COLORS: Record<string, string> = {
0 commit comments