diff --git a/config/whitelist.json b/config/whitelist.json index 331688e..cb938b0 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -1683,6 +1683,26 @@ "telegramUrl": "https://t.me/lightlinkLL" } }, + { + "tokenSymbol": "BFG", + "tokenName": "BFG Token", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BFG.svg", + "tokenAddresses": [ + { + "address": "0xbb46693ebbea1ac2070e59b4d043b47e2e095f86", + "chainId": "56" + } + ], + "tags": [ + "Gambling" + ], + "profileLinks": { + "siteUrl": "https://betfury.io/", + "twitterUrl": "https://twitter.com/betfury_gaming", + "discordUrl": "https://discord.com/invite/D2JNhSah55", + "telegramUrl": "https://t.me/Betfury" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/BFG.svg b/logos/BFG.svg new file mode 100644 index 0000000..5819126 --- /dev/null +++ b/logos/BFG.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 56b7ee0..f83306b 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -922,6 +922,19 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/lightlinkLL', }, }, + { + tokenSymbol: 'BFG', + tokenName: 'BFG Token', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BFG.svg', + tokenAddresses: [{ address: '0xBb46693eBbEa1aC2070E59B4D043b47e2e095f86', chainId: '56' }], + tags: ['Gambling'], + profileLinks: { + siteUrl: 'https://betfury.io/', + twitterUrl: 'https://twitter.com/betfury_gaming', + discordUrl: 'https://discord.com/invite/D2JNhSah55', + telegramUrl: 'https://t.me/Betfury', + }, + }, ] export default verifiedAssets