Skip to content

Commit

Permalink
chore: Add THG Token
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Jun 21, 2024
1 parent ebd5665 commit 06b13c1
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 @@ -2499,6 +2499,23 @@
"discordUrl": "https://discord.com/invite/theclashub"
}
},
{
"tokenSymbol": "THG",
"tokenName": "Thetan World",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/THG.png",
"tokenAddresses": [
{
"address": "0x9fd87aefe02441b123c3c32466cd9db4c578618f",
"chainId": "56"
}
],
"profileLinks": {
"siteUrl": "https://thetanworld.com/#mission",
"twitterUrl": "https://x.com/thetan_world",
"telegramUrl": "https://t.me/thetanworldofficial",
"discordUrl": "https://discord.com/invite/thetanworld"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/THG.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 @@ -1468,5 +1468,17 @@ const verifiedAssets: AddressMapping[] = [
discordUrl: 'https://discord.com/invite/theclashub',
},
},
{
tokenSymbol: 'THG',
tokenName: 'Thetan World',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/THG.png',
tokenAddresses: [{ address: '0x9fD87aEfe02441B123c3c32466cD9dB4c578618f', chainId: '56' }],
profileLinks: {
siteUrl: 'https://thetanworld.com/#mission',
twitterUrl: 'https://x.com/thetan_world',
telegramUrl: 'https://t.me/thetanworldofficial',
discordUrl: 'https://discord.com/invite/thetanworld',
},
},
]
export default verifiedAssets

0 comments on commit 06b13c1

Please sign in to comment.