Skip to content

Commit

Permalink
chore: Add BASEX and WEEBS Token
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Sep 27, 2024
1 parent 3b50129 commit 2b2cac9
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
32 changes: 32 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2898,6 +2898,38 @@
"discordUrl": "https://discord.com/invite/4H49yJWa7Z"
}
},
{
"tokenSymbol": "WEEBS",
"tokenName": "WEEBS",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/WEEBS.png",
"tokenAddresses": [
{
"address": "0x317ae555dd3d474c4427699a7841891d398fa5a0",
"chainId": "56"
}
],
"profileLinks": {
"siteUrl": "https://weebs.app/en",
"twitterUrl": "https://x.com/Weebs_app",
"telegramUrl": "https://t.me/weebsgroup"
}
},
{
"tokenSymbol": "BASEX",
"tokenName": "Base Terminal",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BASEX.png",
"tokenAddresses": [
{
"address": "0xb8e564b206032bbcda2c3978bc371da52152f72e",
"chainId": "8453"
}
],
"profileLinks": {
"siteUrl": "https://baseterminal.org/",
"twitterUrl": "https://x.com/thebaseterminal",
"telegramUrl": "https://t.me/BaseTerminalPortal"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/BASEX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/WEEBS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1741,5 +1741,27 @@ const verifiedAssets: AddressMapping[] = [
discordUrl: 'https://discord.com/invite/4H49yJWa7Z',
},
},
{
tokenSymbol: 'WEEBS',
tokenName: 'WEEBS',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/WEEBS.png',
tokenAddresses: [{ address: '0x317ae555dd3d474c4427699a7841891d398fa5a0', chainId: '56' }],
profileLinks: {
siteUrl: 'https://weebs.app/en',
twitterUrl: 'https://x.com/Weebs_app',
telegramUrl: 'https://t.me/weebsgroup',
},
},
{
tokenSymbol: 'BASEX',
tokenName: 'Base Terminal',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BASEX.png',
tokenAddresses: [{ address: '0xb8e564b206032bbcda2c3978bc371da52152f72e', chainId: '8453' }],
profileLinks: {
siteUrl: 'https://baseterminal.org/',
twitterUrl: 'https://x.com/thebaseterminal',
telegramUrl: 'https://t.me/BaseTerminalPortal',
},
},
]
export default verifiedAssets

0 comments on commit 2b2cac9

Please sign in to comment.