Skip to content

Commit

Permalink
Merge pull request #88 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add CLASH Token
  • Loading branch information
shivammp committed Jun 18, 2024
2 parents bc2755e + ebd5665 commit b682ddf
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2482,6 +2482,23 @@
"telegramUrl": "https://t.me/aagventures"
}
},
{
"tokenSymbol": "CLASH",
"tokenName": "Clashub",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/CLASH.png",
"tokenAddresses": [
{
"address": "0x8dc0f602696de3ff03b37e19a172e5080f049c15",
"chainId": "56"
}
],
"profileLinks": {
"siteUrl": "https://www.clashub.io/",
"twitterUrl": "https://x.com/theclashub",
"telegramUrl": "https://t.me/+0URvLBsVdLo2Yzg0",
"discordUrl": "https://discord.com/invite/theclashub"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/CLASH.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1456,5 +1456,17 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/aagventures',
},
},
{
tokenSymbol: 'CLASH',
tokenName: 'Clashub',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/CLASH.png',
tokenAddresses: [{ address: '0x8DC0F602696De3fF03B37e19A172e5080f049C15', chainId: '56' }],
profileLinks: {
siteUrl: 'https://www.clashub.io/',
twitterUrl: 'https://x.com/theclashub',
telegramUrl: 'https://t.me/+0URvLBsVdLo2Yzg0',
discordUrl: 'https://discord.com/invite/theclashub',
},
},
]
export default verifiedAssets

0 comments on commit b682ddf

Please sign in to comment.