diff --git a/config/whitelist.json b/config/whitelist.json index 6b1c7fe..26396de 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -2359,6 +2359,71 @@ "telegramUrl": "https://t.me/farmsent" } }, + { + "tokenSymbol": "CERE", + "tokenName": "Cere Network", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/CERE.png", + "tokenAddresses": [ + { + "address": "0x2da719db753dfa10a62e140f436e1d67f2ddb0d6", + "chainId": "1" + } + ], + "profileLinks": { + "siteUrl": "https://www.cere.network/", + "twitterUrl": "https://x.com/cereofficial", + "telegramUrl": "https://t.me/thisiscere", + "discordUrl": "https://discord.com/invite/cYVKUYHWhp" + } + }, + { + "tokenSymbol": "GDT", + "tokenName": "Gradient Protocol", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/GDT.png", + "tokenAddresses": [ + { + "address": "0x396c95abe154b3b2ed204cf45c8726aa7ad47a4d", + "chainId": "1" + } + ], + "profileLinks": { + "siteUrl": "https://gradientprotocol.io/", + "twitterUrl": "https://x.com/Gradient_GDT", + "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", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/EGO.png", + "tokenAddresses": [ + { + "address": "0x44a21b3577924dcd2e9c81a3347d204c36a55466", + "chainId": "56" + } + ], + "profileLinks": { + "siteUrl": "https://egoco.in/", + "twitterUrl": "https://x.com/Ego_Paysenger", + "telegramUrl": "https://t.me/ego_paysenger_en" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/CERE.png b/logos/CERE.png new file mode 100644 index 0000000..620e5de Binary files /dev/null and b/logos/CERE.png differ diff --git a/logos/EGO.png b/logos/EGO.png new file mode 100644 index 0000000..b3c7439 Binary files /dev/null and b/logos/EGO.png differ diff --git a/logos/GDT.png b/logos/GDT.png new file mode 100644 index 0000000..7db9e9f Binary files /dev/null and b/logos/GDT.png differ diff --git a/logos/HAIPERAI.png b/logos/HAIPERAI.png new file mode 100644 index 0000000..18c2e18 Binary files /dev/null and b/logos/HAIPERAI.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 4cfe90c..439a257 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -1372,5 +1372,50 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/farmsent', }, }, + { + tokenSymbol: 'CERE', + tokenName: 'Cere Network', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/CERE.png', + tokenAddresses: [{ address: '0x2da719db753dfa10a62e140f436e1d67f2ddb0d6', chainId: '1' }], + profileLinks: { + siteUrl: 'https://www.cere.network/', + twitterUrl: 'https://x.com/cereofficial', + telegramUrl: 'https://t.me/thisiscere', + discordUrl: 'https://discord.com/invite/cYVKUYHWhp' + }, + }, + { + tokenSymbol: 'GDT', + tokenName: 'Gradient Protocol', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/GDT.png', + tokenAddresses: [{ address: '0x396c95abe154b3b2ed204cf45c8726aa7ad47a4d', chainId: '1' }], + profileLinks: { + siteUrl: 'https://gradientprotocol.io/', + twitterUrl: 'https://x.com/Gradient_GDT', + 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', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/EGO.png', + tokenAddresses: [{ address: '0x44a21B3577924DCD2e9C81A3347D204C36a55466', chainId: '56' }], + profileLinks: { + siteUrl: 'https://egoco.in/', + twitterUrl: 'https://x.com/Ego_Paysenger', + telegramUrl: 'https://t.me/ego_paysenger_en', + }, + }, ] export default verifiedAssets \ No newline at end of file