diff --git a/config/whitelist.json b/config/whitelist.json index c4e22af..ff75849 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -1606,6 +1606,29 @@ "telegramUrl": "https://www.t.me/forestknight" } }, + { + "tokenSymbol": "AITECH", + "tokenName": "AITECH", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/AITECH.png", + "tokenAddresses": [ + { + "address": "0x2d060ef4d6bf7f9e5edde373ab735513c0e4f944", + "chainId": "56" + } + ], + "tags": [ + "AI" + ], + "profileLinks": { + "siteUrl": "https://www.aitech.io/", + "twitterUrl": "https://twitter.com/AITECHio", + "auditUrls": [ + "https://skynet.certik.com/projects/solidus-ai-tech" + ], + "discordUrl": "https://discord.com/invite/2awyWYG", + "telegramUrl": "https://app.clickup.com/t/30r0aaz" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/AITECH.png b/logos/AITECH.png new file mode 100644 index 0000000..7ee3713 Binary files /dev/null and b/logos/AITECH.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 8f83149..d75f553 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -871,6 +871,20 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://www.t.me/forestknight', }, }, + { + tokenSymbol: 'AITECH', + tokenName: 'AITECH', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/AITECH.png', + tokenAddresses: [{ address: '0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944', chainId: '56' }], + tags: ['AI'], + profileLinks: { + siteUrl: 'https://www.aitech.io/', + twitterUrl: 'https://twitter.com/AITECHio', + auditUrls: ['https://skynet.certik.com/projects/solidus-ai-tech'], + discordUrl: 'https://discord.com/invite/2awyWYG', + telegramUrl: 'https://app.clickup.com/t/30r0aaz', + }, + }, ] export default verifiedAssets