diff --git a/config/whitelist.json b/config/whitelist.json index f0dce7f..f3a1395 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -3326,6 +3326,22 @@ "telegramUrl": "https://t.me/basedtyler" } }, + { + "tokenSymbol": "PIXEL", + "tokenName": "Pixels", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/PIXEL.png", + "tokenAddresses": [ + { + "address": "0x3429d03c6f7521aec737a0bbf2e5ddcef2c3ae31", + "chainId": "1" + } + ], + "profileLinks": { + "siteUrl": "https://www.pixels.xyz/", + "twitterUrl": "https://x.com/pixels_online", + "discordUrl": "https://discord.com/invite/pixels" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/PIXEL.png b/logos/PIXEL.png new file mode 100644 index 0000000..f4f7d91 Binary files /dev/null and b/logos/PIXEL.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 303b3b0..004dd21 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -2038,5 +2038,16 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/basedtyler', }, }, + { + tokenSymbol: 'PIXEL', + tokenName: 'Pixels', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/PIXEL.png', + tokenAddresses: [{ address: '0x3429d03c6f7521aec737a0bbf2e5ddcef2c3ae31', chainId: '1' }], + profileLinks: { + siteUrl: 'https://www.pixels.xyz/', + twitterUrl: 'https://x.com/pixels_online', + discordUrl: 'https://discord.com/invite/pixels', + }, + }, ] export default verifiedAssets