Skip to content

Commit

Permalink
Merge pull request #162 from dappforce/change-hydradx
Browse files Browse the repository at this point in the history
Add new hydradx logo
  • Loading branch information
samchuk-vlad authored Jun 26, 2024
2 parents ccff888 + fff48a4 commit f78fe80
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/images/folderStructs/token-centric-images.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions public/images/hydradx.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 removed public/images/tokens-centric/HDX.png
Binary file not shown.
3 changes: 3 additions & 0 deletions public/images/tokens-centric/HDX.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/components/table/balancesTable/utils/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const allowedTokensByNetwork: Record<string, string[]> = {
'CHAOS',
'USDC',
'USDT',
'USDt',
'CHRWNA',
'RMRK',
'KSM',
Expand All @@ -41,7 +42,7 @@ export const allowedTokensByNetwork: Record<string, string[]> = {
'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'
Expand Down

0 comments on commit f78fe80

Please sign in to comment.