diff --git a/public/images/folderStructs/token-centric-images.json b/public/images/folderStructs/token-centric-images.json
index 510cce89..9c4c8e42 100644
--- a/public/images/folderStructs/token-centric-images.json
+++ b/public/images/folderStructs/token-centric-images.json
@@ -77,7 +77,7 @@
"grb": "GRB.png",
"giant": "Giant.svg",
"hash": "HASH.svg",
- "hdx": "HDX.png",
+ "hdx": "HDX.svg",
"hei": "HEI.png",
"hex": "HEX.png",
"hko": "HKO.png",
diff --git a/public/images/hydradx.svg b/public/images/hydradx.svg
new file mode 100644
index 00000000..6cae3374
--- /dev/null
+++ b/public/images/hydradx.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/images/tokens-centric/HDX.png b/public/images/tokens-centric/HDX.png
deleted file mode 100644
index 5827b10f..00000000
Binary files a/public/images/tokens-centric/HDX.png and /dev/null differ
diff --git a/public/images/tokens-centric/HDX.svg b/public/images/tokens-centric/HDX.svg
new file mode 100644
index 00000000..6cae3374
--- /dev/null
+++ b/public/images/tokens-centric/HDX.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/components/table/balancesTable/utils/index.tsx b/src/components/table/balancesTable/utils/index.tsx
index 97af0031..8418d911 100644
--- a/src/components/table/balancesTable/utils/index.tsx
+++ b/src/components/table/balancesTable/utils/index.tsx
@@ -21,6 +21,7 @@ export const allowedTokensByNetwork: Record = {
'CHAOS',
'USDC',
'USDT',
+ 'USDt',
'CHRWNA',
'RMRK',
'KSM',
@@ -41,7 +42,7 @@ export const allowedTokensByNetwork: Record = {
'PHA',
'PARA',
],
- statemint: [ 'WETH', 'WBTC', 'BTC', 'DOT', 'USDC', 'USDT', 'BUSD', 'DED' ],
+ statemint: [ 'WETH', 'WBTC', 'BTC', 'DOT', 'USDC', 'USDT', 'USDt', 'BUSD', 'DED' ],
}
const BALANCES_KEY = 'balances'