Skip to content

Commit

Permalink
chore: Add ICNX token
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Apr 12, 2024
1 parent ea4ec82 commit c0331b3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2017,6 +2017,22 @@
"telegramUrl": "https://t.me/borderlessmoney"
}
},
{
"tokenSymbol": "ICNX",
"tokenName": "IconX World",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ICNX.png",
"tokenAddresses": [
{
"address": "0x91f3b9366801c1fca6184c3bd99d5ab0c43a9033",
"chainId": "137"
}
],
"profileLinks": {
"siteUrl": "https://www.iconx.world/",
"twitterUrl": "https://twitter.com/IconxWorld",
"telegramUrl": "https://t.me/IconXworldChat"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/ICNX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,17 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/borderlessmoney',
},
},
{
tokenSymbol: 'ICNX',
tokenName: 'IconX World',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ICNX.png',
tokenAddresses: [{ address: '0x91f3B9366801C1fCa6184C3bD99d5Ab0C43A9033', chainId: '137' }],
profileLinks: {
siteUrl: 'https://www.iconx.world/',
twitterUrl: 'https://twitter.com/IconxWorld',
telegramUrl: 'https://t.me/IconXworldChat',
},
},
]

export default verifiedAssets

0 comments on commit c0331b3

Please sign in to comment.