diff --git a/config/whitelist.json b/config/whitelist.json index b12723a..041f532 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -3956,6 +3956,22 @@ "discordUrl": "https://discord.com/invite/WhAYqkXYkg" } }, + { + "tokenSymbol": "BRETT", + "tokenName": "Brett", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BRETT.png", + "tokenAddresses": [ + { + "address": "0x532f27101965dd16442e59d40670faf5ebb142e4", + "chainId": "8453" + } + ], + "profileLinks": { + "siteUrl": "https://www.basedbrett.com/", + "twitterUrl": "https://x.com/BasedBrett", + "telegramUrl": "https://t.me/basedbrett" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/BRETT.png b/logos/BRETT.png new file mode 100644 index 0000000..f9276a1 Binary files /dev/null and b/logos/BRETT.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 1a714fd..1a726a2 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -2458,5 +2458,16 @@ const verifiedAssets: AddressMapping[] = [ discordUrl: 'https://discord.com/invite/WhAYqkXYkg', }, }, + { + tokenSymbol: 'BRETT', + tokenName: 'Brett', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BRETT.png', + tokenAddresses: [{ address: '0x532f27101965dd16442e59d40670faf5ebb142e4', chainId: '8453' }], + profileLinks: { + siteUrl: 'https://www.basedbrett.com/', + twitterUrl: 'https://x.com/BasedBrett', + telegramUrl: 'https://t.me/basedbrett', + }, + }, ] export default verifiedAssets