Skip to content

Commit f78fe80

Browse files
authored
Merge pull request #162 from dappforce/change-hydradx
Add new hydradx logo
2 parents ccff888 + fff48a4 commit f78fe80

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

public/images/folderStructs/token-centric-images.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"grb": "GRB.png",
7878
"giant": "Giant.svg",
7979
"hash": "HASH.svg",
80-
"hdx": "HDX.png",
80+
"hdx": "HDX.svg",
8181
"hei": "HEI.png",
8282
"hex": "HEX.png",
8383
"hko": "HKO.png",

public/images/hydradx.svg

+3
Loading

public/images/tokens-centric/HDX.png

-9.13 KB
Binary file not shown.

public/images/tokens-centric/HDX.svg

+3
Loading

src/components/table/balancesTable/utils/index.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const allowedTokensByNetwork: Record<string, string[]> = {
2121
'CHAOS',
2222
'USDC',
2323
'USDT',
24+
'USDt',
2425
'CHRWNA',
2526
'RMRK',
2627
'KSM',
@@ -41,7 +42,7 @@ export const allowedTokensByNetwork: Record<string, string[]> = {
4142
'PHA',
4243
'PARA',
4344
],
44-
statemint: [ 'WETH', 'WBTC', 'BTC', 'DOT', 'USDC', 'USDT', 'BUSD', 'DED' ],
45+
statemint: [ 'WETH', 'WBTC', 'BTC', 'DOT', 'USDC', 'USDT', 'USDt', 'BUSD', 'DED' ],
4546
}
4647

4748
const BALANCES_KEY = 'balances'

0 commit comments

Comments
 (0)