mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 04:27:56 +00:00
fix: exclude old USDT (asset #3) from Other Assets
This commit is contained in:
@@ -242,6 +242,7 @@ export const AccountBalance: React.FC = () => {
|
||||
const excludedAssetIds = [
|
||||
1, // PEZ
|
||||
2, // wHEZ
|
||||
3, // Old USDT (deprecated)
|
||||
1000, // wUSDT (USDT)
|
||||
];
|
||||
const assetIdsToCheck = customTokenIds.filter((id) => !excludedAssetIds.includes(id));
|
||||
|
||||
Reference in New Issue
Block a user