diff --git a/config/whitelist.json b/config/whitelist.json index 0c724f6..94e4b2f 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -4291,6 +4291,22 @@ "telegramUrl": "https://t.me/officialsapiens" } }, + { + "tokenSymbol": "ZAI", + "tokenName": "ZAYA AI", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ZAI.png", + "tokenAddresses": [ + { + "address": "0x9959413ec3eb6cee73ad16e6cd531352c9ce816f", + "chainId": "56" + } + ], + "profileLinks": { + "siteUrl": "https://zayablockchain.com/", + "twitterUrl": "https://x.com/ZayaAI_PathDx", + "telegramUrl": "https://t.me/ZayaAI_EN" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/ZAI.png b/logos/ZAI.png new file mode 100644 index 0000000..befe925 Binary files /dev/null and b/logos/ZAI.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 5c3753a..3851f78 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -2688,5 +2688,16 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/officialsapiens', }, }, + { + tokenSymbol: 'ZAI', + tokenName: 'ZAYA AI', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ZAI.png', + tokenAddresses: [{ address: '0x9959413ec3eb6cee73ad16e6cd531352c9ce816f', chainId: '56' }], + profileLinks: { + siteUrl: 'https://zayablockchain.com/', + twitterUrl: 'https://x.com/ZayaAI_PathDx', + telegramUrl: 'https://t.me/ZayaAI_EN', + }, + }, ] export default verifiedAssets