There was an error while loading. Please reload this page.
1 parent 8ccb55c commit 544784aCopy full SHA for 544784a
1 file changed
src/modules/markets/utils/assetCategories.ts
@@ -12,7 +12,8 @@ function normalizeStableSymbol(symbol: string): string {
12
.replace(/^M\./, '')
13
.replace(/^W/, '')
14
.replace(/USD₮0/g, 'USDT')
15
- .replace(/USD₮/g, 'USDT');
+ .replace(/USD₮/g, 'USDT')
16
+ .replace(/USDT0/g, 'USDT');
17
}
18
function normalizeEthCorrelatedSymbol(symbol: string): string {
19
return symbol
0 commit comments