diff --git a/public/images/folderStructs/token-centric-images.json b/public/images/folderStructs/token-centric-images.json
index b87e7991..510cce89 100644
--- a/public/images/folderStructs/token-centric-images.json
+++ b/public/images/folderStructs/token-centric-images.json
@@ -219,5 +219,8 @@
"vksm": "vKSM.svg",
"vsksm": "vsKSM.svg",
"wpha": "wPHA.svg",
- "wusdt": "wUSDT.png"
+ "wusdt": "wUSDT.png",
+ "pink": "PINK.jpg",
+ "xcpink": "PINK.jpg",
+ "ded": "DED.svg"
}
\ No newline at end of file
diff --git a/public/images/tokens-centric/DED.svg b/public/images/tokens-centric/DED.svg
new file mode 100644
index 00000000..43dd2808
--- /dev/null
+++ b/public/images/tokens-centric/DED.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/images/tokens-centric/PINK.jpg b/public/images/tokens-centric/PINK.jpg
new file mode 100644
index 00000000..6cc17cb4
Binary files /dev/null and b/public/images/tokens-centric/PINK.jpg differ
diff --git a/src/components/table/balancesTable/utils/index.tsx b/src/components/table/balancesTable/utils/index.tsx
index 5f96d5a7..97af0031 100644
--- a/src/components/table/balancesTable/utils/index.tsx
+++ b/src/components/table/balancesTable/utils/index.tsx
@@ -41,7 +41,7 @@ export const allowedTokensByNetwork: Record = {
'PHA',
'PARA',
],
- statemint: [ 'WETH', 'WBTC', 'BTC', 'DOT', 'USDC', 'USDT', 'BUSD' ],
+ statemint: [ 'WETH', 'WBTC', 'BTC', 'DOT', 'USDC', 'USDT', 'BUSD', 'DED' ],
}
const BALANCES_KEY = 'balances'