Skip to content

Commit

Permalink
chore: Add BRETT Token
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Dec 4, 2024
1 parent a5f5ca2 commit 9b65f5c
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 @@ -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",
Expand Down
Binary file added logos/BRETT.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 @@ -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

0 comments on commit 9b65f5c

Please sign in to comment.