diff --git a/config/whitelist.json b/config/whitelist.json index 423d723..5ffb44a 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -3496,6 +3496,22 @@ "telegramUrl": "https://t.me/blocksquare" } }, + { + "tokenSymbol": "$TD", + "tokenName": "The Big Red", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/$TD.png", + "tokenAddresses": [ + { + "address": "0x87bbfc9dcb66caa8ce7582a3f17b60a25cd8a248", + "chainId": "43114" + } + ], + "profileLinks": { + "siteUrl": "https://thebigredcrypto.com/", + "twitterUrl": "https://x.com/BigRed_TD", + "telegramUrl": "https://t.me/TheBigRedTD" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/$TD.png b/logos/$TD.png new file mode 100644 index 0000000..0e415f3 Binary files /dev/null and b/logos/$TD.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 5f2bcc1..d7481bc 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -2137,5 +2137,16 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/blocksquare', }, }, + { + tokenSymbol: '$TD', + tokenName: 'The Big Red', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/$TD.png', + tokenAddresses: [{ address: '0x87bbfc9dcb66caa8ce7582a3f17b60a25cd8a248', chainId: '43114' }], + profileLinks: { + siteUrl: 'https://thebigredcrypto.com/', + twitterUrl: 'https://x.com/BigRed_TD', + telegramUrl: 'https://t.me/TheBigRedTD', + }, + }, ] export default verifiedAssets