Skip to content

Commit

Permalink
chore: Add FBX token
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Feb 22, 2024
1 parent a15564c commit 23b7d4a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,26 @@
"telegramUrl": "hhttps://t.me/+UoTgLIswp3szM2I0"
}
},
{
"tokenSymbol": "FBX",
"tokenName": "Firebot Token",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/FBX.png",
"tokenAddresses": [
{
"address": "0xd125443f38a69d776177c2b9c041f462936f8218",
"chainId": "137"
}
],
"tags": [
"AI"
],
"profileLinks": {
"siteUrl": "https://firebot.gg/",
"twitterUrl": "https://twitter.com/FireBotDAO",
"discordUrl": "https://discord.com/invite/9Gd6ZfjVaw",
"telegramUrl": "https://t.me/+1vgltKEIVHczNjI8"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/FBX.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 @@ -1021,6 +1021,21 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'hhttps://t.me/+UoTgLIswp3szM2I0',
},
},
{
tokenSymbol: 'FBX',
tokenName: 'Firebot Token',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/FBX.png',
tokenAddresses: [
{ address: '0xD125443F38A69d776177c2B9c041f462936F8218', chainId: '137' },
],
tags: ['AI'],
profileLinks: {
siteUrl: 'https://firebot.gg/',
twitterUrl: 'https://twitter.com/FireBotDAO',
discordUrl: 'https://discord.com/invite/9Gd6ZfjVaw',
telegramUrl: 'https://t.me/+1vgltKEIVHczNjI8',
},
},
]

export default verifiedAssets

0 comments on commit 23b7d4a

Please sign in to comment.