diff --git a/config/whitelist.json b/config/whitelist.json index 07ec850..b9fb728 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -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", diff --git a/logos/TRUF.png b/logos/TRUF.png new file mode 100644 index 0000000..e366dff Binary files /dev/null and b/logos/TRUF.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 4a1ac1e..5cc0c27 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -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 \ No newline at end of file