Skip to content

Commit 4602151

Browse files
committed
chore: Add BST Token
1 parent e3f5dff commit 4602151

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

config/whitelist.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3480,6 +3480,22 @@
34803480
"telegramUrl": "https://t.me/Lif3_Official"
34813481
}
34823482
},
3483+
{
3484+
"tokenSymbol": "BST",
3485+
"tokenName": "Blocksquare Token",
3486+
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BST.png",
3487+
"tokenAddresses": [
3488+
{
3489+
"address": "0x509a38b7a1cc0dcd83aa9d06214663d9ec7c7f4a",
3490+
"chainId": "1"
3491+
}
3492+
],
3493+
"profileLinks": {
3494+
"siteUrl": "https://blocksquare.io/",
3495+
"twitterUrl": "https://x.com/blocksquare_io",
3496+
"telegramUrl": "https://t.me/blocksquare"
3497+
}
3498+
},
34833499
{
34843500
"tokenSymbol": "USDC",
34853501
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/BST.png

1.49 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,5 +2126,16 @@ const verifiedAssets: AddressMapping[] = [
21262126
telegramUrl: 'https://t.me/Lif3_Official',
21272127
},
21282128
},
2129+
{
2130+
tokenSymbol: 'BST',
2131+
tokenName: 'Blocksquare Token',
2132+
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BST.png',
2133+
tokenAddresses: [{ address: '0x509a38b7a1cc0dcd83aa9d06214663d9ec7c7f4a', chainId: '1' }],
2134+
profileLinks: {
2135+
siteUrl: 'https://blocksquare.io/',
2136+
twitterUrl: 'https://x.com/blocksquare_io',
2137+
telegramUrl: 'https://t.me/blocksquare',
2138+
},
2139+
},
21292140
]
21302141
export default verifiedAssets

0 commit comments

Comments
 (0)