diff --git a/config/whitelist.json b/config/whitelist.json index d248ee1..93c9043 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -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", @@ -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", diff --git a/logos/HAI.png b/logos/HAI.png new file mode 100644 index 0000000..f8154ae Binary files /dev/null and b/logos/HAI.png differ diff --git a/logos/HAIPERAI.png b/logos/HAIPERAI.png deleted file mode 100644 index 18c2e18..0000000 Binary files a/logos/HAIPERAI.png and /dev/null differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 0d7bf39..37587f5 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -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', @@ -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 \ No newline at end of file