diff --git a/config/whitelist.json b/config/whitelist.json index 99b2206..9c27b7d 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -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", diff --git a/logos/SOCIAL.png b/logos/SOCIAL.png new file mode 100644 index 0000000..24b764a Binary files /dev/null and b/logos/SOCIAL.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 7f030ed..880e6eb 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -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