Skip to content

Commit

Permalink
Merge pull request #120 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add PIXEL Token
  • Loading branch information
efeDaniels authored Oct 23, 2024
2 parents 4cddf0d + f7e89d8 commit c13c3f1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file added logos/PIXEL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c13c3f1

Please sign in to comment.