Skip to content

Commit

Permalink
chore: Add HILO Token
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Dec 4, 2024
1 parent 9b65f5c commit 4c423ac
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 @@ -3972,6 +3972,22 @@
"telegramUrl": "https://t.me/basedbrett"
}
},
{
"tokenSymbol": "HILO",
"tokenName": "Hilo",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/HILO.png",
"tokenAddresses": [
{
"address": "0x6c3fe25a4de7fa243c653cfe1f165bf11d99704e",
"chainId": "1"
}
],
"profileLinks": {
"siteUrl": "https://www.hilomarket.com/",
"twitterUrl": "https://x.com/hilotoken",
"telegramUrl": "https://t.me/hilotoken"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/HILO.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 @@ -2469,5 +2469,16 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/basedbrett',
},
},
{
tokenSymbol: 'HILO',
tokenName: 'Hilo',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/HILO.png',
tokenAddresses: [{ address: '0x6c3fE25a4de7FA243c653cfE1F165bf11D99704E', chainId: '1' }],
profileLinks: {
siteUrl: 'https://www.hilomarket.com/',
twitterUrl: 'https://x.com/hilotoken',
telegramUrl: 'https://t.me/hilotoken',
},
},
]
export default verifiedAssets

0 comments on commit 4c423ac

Please sign in to comment.