Skip to content

Commit

Permalink
chore: Add $TD Token
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Oct 31, 2024
1 parent 4602151 commit a2de6e4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file added logos/$TD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a2de6e4

Please sign in to comment.