Skip to content

Commit

Permalink
Merge pull request #86 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add HAI Token
  • Loading branch information
efeDaniels committed May 23, 2024
2 parents 5fea0a4 + 363fca9 commit d0a144b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
32 changes: 16 additions & 16 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2392,22 +2392,6 @@
"telegramUrl": "https://t.me/Gradient_Entry"
}
},
{
"tokenSymbol": "HAIPERAI",
"tokenName": "HaiperAI",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/HAIPERAI.png",
"tokenAddresses": [
{
"address": "0x1317d2a56520e64bfe3c2ecd89b6a8b3fb1d6a08",
"chainId": "1"
}
],
"profileLinks": {
"siteUrl": "https://haiperai.me/",
"twitterUrl": "https://x.com/Haiper_ai_",
"telegramUrl": "https://t.me/HaiperAIChat"
}
},
{
"tokenSymbol": "EGO",
"tokenName": "Paysenger EGO",
Expand Down Expand Up @@ -2441,6 +2425,22 @@
"discordUrl": "https://discord.com/invite/5UVPuBWZat"
}
},
{
"tokenSymbol": "HAI",
"tokenName": "HapticAI",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/HAI.png",
"tokenAddresses": [
{
"address": "0x89deb6c8918a42457bd6ddbcaaf979216c4d774c",
"chainId": "1"
}
],
"profileLinks": {
"siteUrl": "https://www.hapticai.dev/",
"twitterUrl": "https://x.com/haptic_ai",
"telegramUrl": "https://t.me/hapticai"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/HAI.png
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 logos/HAIPERAI.png
Binary file not shown.
22 changes: 11 additions & 11 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1395,17 +1395,6 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/Gradient_Entry',
},
},
{
tokenSymbol: 'HAIPERAI',
tokenName: 'HaiperAI',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/HAIPERAI.png',
tokenAddresses: [{ address: '0x1317d2a56520e64bfe3c2ecd89b6a8b3fb1d6a08', chainId: '1' }],
profileLinks: {
siteUrl: 'https://haiperai.me/',
twitterUrl: 'https://x.com/Haiper_ai_',
telegramUrl: 'https://t.me/HaiperAIChat',
},
},
{
tokenSymbol: 'EGO',
tokenName: 'Paysenger EGO',
Expand All @@ -1429,5 +1418,16 @@ const verifiedAssets: AddressMapping[] = [
discordUrl: 'https://discord.com/invite/5UVPuBWZat',
},
},
{
tokenSymbol: 'HAI',
tokenName: 'HapticAI',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/HAI.png',
tokenAddresses: [{ address: '0x89deb6c8918a42457bd6ddbcaaf979216c4d774c', chainId: '1' }],
profileLinks: {
siteUrl: 'https://www.hapticai.dev/',
twitterUrl: 'https://x.com/haptic_ai',
telegramUrl: 'https://t.me/hapticai',
},
},
]
export default verifiedAssets

0 comments on commit d0a144b

Please sign in to comment.