Skip to content

Commit

Permalink
Merge pull request #126 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add BST Token
  • Loading branch information
efeDaniels authored Oct 29, 2024
2 parents 46d7428 + 4602151 commit 4dfbfdc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file added logos/BST.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4dfbfdc

Please sign in to comment.