Skip to content

Commit

Permalink
Add DED and PINK tokens to the balances table
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Mar 28, 2024
1 parent fc38f3f commit 67c9d5c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion public/images/folderStructs/token-centric-images.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
1 change: 1 addition & 0 deletions public/images/tokens-centric/DED.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/tokens-centric/PINK.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/table/balancesTable/utils/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const allowedTokensByNetwork: Record<string, string[]> = {
'PHA',
'PARA',
],
statemint: [ 'WETH', 'WBTC', 'BTC', 'DOT', 'USDC', 'USDT', 'BUSD' ],
statemint: [ 'WETH', 'WBTC', 'BTC', 'DOT', 'USDC', 'USDT', 'BUSD', 'DED' ],
}

const BALANCES_KEY = 'balances'
Expand Down

0 comments on commit 67c9d5c

Please sign in to comment.