Skip to content

Commit 544784a

Browse files
authored
fix: category filter for plasma (#2685)
1 parent 8ccb55c commit 544784a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/modules/markets/utils/assetCategories.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ function normalizeStableSymbol(symbol: string): string {
1212
.replace(/^M\./, '')
1313
.replace(/^W/, '')
1414
.replace(/USD0/g, 'USDT')
15-
.replace(/USD/g, 'USDT');
15+
.replace(/USD/g, 'USDT')
16+
.replace(/USDT0/g, 'USDT');
1617
}
1718
function normalizeEthCorrelatedSymbol(symbol: string): string {
1819
return symbol

0 commit comments

Comments
 (0)