Skip to content

Commit

Permalink
chore: Add TRUF Token
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Aug 7, 2024
1 parent 74741d9 commit 1cff35c
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2678,6 +2678,30 @@
"discordUrl": "https://discord.gg/magnifycash"
}
},
{
"tokenSymbol": "TRUF",
"tokenName": "Truflation",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/TRUF.png",
"tokenAddresses": [
{
"address": "0x38c2a4a7330b22788374b8ff70bba513c8d848ca",
"chainId": "1"
},
{
"address": "0xb59c8912c83157a955f9d715e556257f432c35d7",
"chainId": "42161"
},
{
"address": "0xb59c8912c83157a955f9d715e556257f432c35d7",
"chainId": "8453"
}
],
"profileLinks": {
"siteUrl": "https://truflation.com/",
"twitterUrl": "https://x.com/truflation",
"telegramUrl": "https://t.me/truflation"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/TRUF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1597,5 +1597,20 @@ const verifiedAssets: AddressMapping[] = [
discordUrl: 'https://discord.gg/magnifycash',
},
},
{
tokenSymbol: 'TRUF',
tokenName: 'Truflation',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/TRUF.png',
tokenAddresses: [
{ address: '0x38c2a4a7330b22788374b8ff70bba513c8d848ca', chainId: '1' },
{ address: '0xb59c8912c83157a955f9d715e556257f432c35d7', chainId: '42161'},
{ address: '0xb59c8912c83157a955f9d715e556257f432c35d7', chainId: '8453'},
],
profileLinks: {
siteUrl: 'https://truflation.com/',
twitterUrl: 'https://x.com/truflation',
telegramUrl: 'https://t.me/truflation',
},
},
]
export default verifiedAssets

0 comments on commit 1cff35c

Please sign in to comment.