Skip to content

Commit

Permalink
Merge pull request #70 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add BEFI token
  • Loading branch information
efeDaniels authored Apr 5, 2024
2 parents 74c63a2 + b13595e commit d02856e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1951,6 +1951,23 @@
"discordUrl": "https://discord.com/invite/gptprotocol"
}
},
{
"tokenSymbol": "BEFI",
"tokenName": "Befi Labs",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BEFI.png",
"tokenAddresses": [
{
"address": "0x8b9b95292f890df47fff5ac9cbe93d5fc242bd51",
"chainId": "1"
}
],
"profileLinks": {
"siteUrl": "https://befilabs.com/",
"twitterUrl": "https://twitter.com/BefiLabs",
"telegramUrl": "https://t.me/BeFi_Labs",
"discordUrl": "https://discord.com/invite/asvrdMp9e8"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/BEFI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,18 @@ const verifiedAssets: AddressMapping[] = [
discordUrl: 'https://discord.com/invite/gptprotocol',
},
},
{
tokenSymbol: 'BEFI',
tokenName: 'Befi Labs',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BEFI.png',
tokenAddresses: [{ address: '0x8b9b95292f890DF47fFf5aC9Cbe93d5fC242bd51', chainId: '1' }],
profileLinks: {
siteUrl: 'https://befilabs.com/',
twitterUrl: 'https://twitter.com/BefiLabs',
telegramUrl: 'https://t.me/BeFi_Labs',
discordUrl: 'https://discord.com/invite/asvrdMp9e8',
},
},
]

export default verifiedAssets

0 comments on commit d02856e

Please sign in to comment.