diff --git a/config/whitelist.json b/config/whitelist.json index 3399811..22682a6 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -4434,6 +4434,22 @@ "telegramUrl": "https://t.me/BNBAgents" } }, + { + "tokenSymbol": "MA", + "tokenName": "Mind AI", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MA.png", + "tokenAddresses": [ + { + "address": "0xb5ab5cf2e2c686ae43f01f23859f3a55a8629c1c", + "chainId": "56" + } + ], + "profileLinks": { + "siteUrl": "https://www.mind-ai.io/", + "twitterUrl": "https://x.com/MindAI_io", + "telegramUrl": "https://t.me/MindAIGroup" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/MA.png b/logos/MA.png new file mode 100644 index 0000000..fd4b5b0 Binary files /dev/null and b/logos/MA.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 6a03f84..37ce324 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -2786,5 +2786,16 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/BNBAgents', }, }, + { + tokenSymbol: 'MA', + tokenName: 'Mind AI', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MA.png', + tokenAddresses: [{ address: '0xb5ab5cf2e2c686ae43f01f23859f3a55a8629c1c', chainId: '56' }], + profileLinks: { + siteUrl: 'https://www.mind-ai.io/', + twitterUrl: 'https://x.com/MindAI_io', + telegramUrl: 'https://t.me/MindAIGroup', + }, + }, ] export default verifiedAssets