Skip to content

Commit d8e5c65

Browse files
authored
Merge pull request #127 from ApeSwapFinance/staging
chore: Add $TD Token
2 parents 4dfbfdc + a2de6e4 commit d8e5c65

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

config/whitelist.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3496,6 +3496,22 @@
34963496
"telegramUrl": "https://t.me/blocksquare"
34973497
}
34983498
},
3499+
{
3500+
"tokenSymbol": "$TD",
3501+
"tokenName": "The Big Red",
3502+
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/$TD.png",
3503+
"tokenAddresses": [
3504+
{
3505+
"address": "0x87bbfc9dcb66caa8ce7582a3f17b60a25cd8a248",
3506+
"chainId": "43114"
3507+
}
3508+
],
3509+
"profileLinks": {
3510+
"siteUrl": "https://thebigredcrypto.com/",
3511+
"twitterUrl": "https://x.com/BigRed_TD",
3512+
"telegramUrl": "https://t.me/TheBigRedTD"
3513+
}
3514+
},
34993515
{
35003516
"tokenSymbol": "USDC",
35013517
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/$TD.png

6.29 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,5 +2137,16 @@ const verifiedAssets: AddressMapping[] = [
21372137
telegramUrl: 'https://t.me/blocksquare',
21382138
},
21392139
},
2140+
{
2141+
tokenSymbol: '$TD',
2142+
tokenName: 'The Big Red',
2143+
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/$TD.png',
2144+
tokenAddresses: [{ address: '0x87bbfc9dcb66caa8ce7582a3f17b60a25cd8a248', chainId: '43114' }],
2145+
profileLinks: {
2146+
siteUrl: 'https://thebigredcrypto.com/',
2147+
twitterUrl: 'https://x.com/BigRed_TD',
2148+
telegramUrl: 'https://t.me/TheBigRedTD',
2149+
},
2150+
},
21402151
]
21412152
export default verifiedAssets

0 commit comments

Comments
 (0)