diff --git a/config/whitelist.json b/config/whitelist.json index 9210f4c..0cc74e8 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -2482,6 +2482,23 @@ "telegramUrl": "https://t.me/aagventures" } }, + { + "tokenSymbol": "CLASH", + "tokenName": "Clashub", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/CLASH.png", + "tokenAddresses": [ + { + "address": "0x8dc0f602696de3ff03b37e19a172e5080f049c15", + "chainId": "56" + } + ], + "profileLinks": { + "siteUrl": "https://www.clashub.io/", + "twitterUrl": "https://x.com/theclashub", + "telegramUrl": "https://t.me/+0URvLBsVdLo2Yzg0", + "discordUrl": "https://discord.com/invite/theclashub" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/CLASH.png b/logos/CLASH.png new file mode 100644 index 0000000..37adf11 Binary files /dev/null and b/logos/CLASH.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 96865ed..805e20c 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -1456,5 +1456,17 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/aagventures', }, }, + { + tokenSymbol: 'CLASH', + tokenName: 'Clashub', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/CLASH.png', + tokenAddresses: [{ address: '0x8DC0F602696De3fF03B37e19A172e5080f049C15', chainId: '56' }], + profileLinks: { + siteUrl: 'https://www.clashub.io/', + twitterUrl: 'https://x.com/theclashub', + telegramUrl: 'https://t.me/+0URvLBsVdLo2Yzg0', + discordUrl: 'https://discord.com/invite/theclashub', + }, + }, ] export default verifiedAssets \ No newline at end of file