diff --git a/config/whitelist.json b/config/whitelist.json index 8127800..423d723 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -3480,6 +3480,22 @@ "telegramUrl": "https://t.me/Lif3_Official" } }, + { + "tokenSymbol": "BST", + "tokenName": "Blocksquare Token", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BST.png", + "tokenAddresses": [ + { + "address": "0x509a38b7a1cc0dcd83aa9d06214663d9ec7c7f4a", + "chainId": "1" + } + ], + "profileLinks": { + "siteUrl": "https://blocksquare.io/", + "twitterUrl": "https://x.com/blocksquare_io", + "telegramUrl": "https://t.me/blocksquare" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/BST.png b/logos/BST.png new file mode 100644 index 0000000..37e8b1d Binary files /dev/null and b/logos/BST.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index ca68f75..5f2bcc1 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -2126,5 +2126,16 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/Lif3_Official', }, }, + { + tokenSymbol: 'BST', + tokenName: 'Blocksquare Token', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BST.png', + tokenAddresses: [{ address: '0x509a38b7a1cc0dcd83aa9d06214663d9ec7c7f4a', chainId: '1' }], + profileLinks: { + siteUrl: 'https://blocksquare.io/', + twitterUrl: 'https://x.com/blocksquare_io', + telegramUrl: 'https://t.me/blocksquare', + }, + }, ] export default verifiedAssets