Skip to content

Commit

Permalink
Merge pull request #154 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add SOCIAL Token
  • Loading branch information
shivammp authored Dec 12, 2024
2 parents f21f75c + 6af7504 commit c940cb0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4077,6 +4077,27 @@
"telegramUrl": "https://t.me/Metafight_Punch_Bot"
}
},
{
"tokenSymbol": "SOCIAL",
"tokenName": "Phavercoin",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/SOCIAL.png",
"tokenAddresses": [
{
"address": "0xd3c68968137317a57a9babeacc7707ec433548b4",
"chainId": "1"
},
{
"address": "0xd3c68968137317a57a9babeacc7707ec433548b4",
"chainId": "8453"
}
],
"profileLinks": {
"siteUrl": "https://phaver.com/",
"twitterUrl": "https://x.com/phaverapp",
"discordUrl": "https://discord.com/invite/phaver",
"telegramUrl": "https://t.me/phaverdao"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/SOCIAL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2540,5 +2540,20 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/Metafight_Punch_Bot',
},
},
{
tokenSymbol: 'SOCIAL',
tokenName: 'Phavercoin',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/SOCIAL.png',
tokenAddresses: [
{ address: '0xd3c68968137317a57a9babeacc7707ec433548b4', chainId: '1' },
{ address: '0xd3c68968137317a57a9babeacc7707ec433548b4', chainId: '8453' },
],
profileLinks: {
siteUrl: 'https://phaver.com/',
twitterUrl: 'https://x.com/phaverapp',
discordUrl: 'https://discord.com/invite/phaver',
telegramUrl: 'https://t.me/phaverdao',
},
},
]
export default verifiedAssets

0 comments on commit c940cb0

Please sign in to comment.