mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-14 03:11:02 +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 = [
|
const excludedAssetIds = [
|
||||||
1, // PEZ
|
1, // PEZ
|
||||||
2, // wHEZ
|
2, // wHEZ
|
||||||
|
3, // Old USDT (deprecated)
|
||||||
1000, // wUSDT (USDT)
|
1000, // wUSDT (USDT)
|
||||||
];
|
];
|
||||||
const assetIdsToCheck = customTokenIds.filter((id) => !excludedAssetIds.includes(id));
|
const assetIdsToCheck = customTokenIds.filter((id) => !excludedAssetIds.includes(id));
|
||||||
|
|||||||
Reference in New Issue
Block a user