Skip to content

Commit

Permalink
chore: Add EVO token
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Mar 19, 2024
1 parent aa9278c commit c876eee
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 @@ -1917,6 +1917,23 @@
"telegramUrl": "https://t.me/+wsTahoNJyToyZjY6"
}
},
{
"tokenSymbol": "EVO",
"tokenName": "Devomon",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/EVO.png",
"tokenAddresses": [
{
"address": "0xf2b688b2201979d44fdf18d1d8c641305cf560ba",
"chainId": "56"
}
],
"profileLinks": {
"siteUrl": "https://www.devomon.io/",
"twitterUrl": "https://twitter.com/OfficialDevomon",
"telegramUrl": "https://t.me/officialdevomon",
"discordUrl": "https://discord.com/invite/9rhFY2GGut"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/EVO.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 @@ -1072,6 +1072,18 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/+wsTahoNJyToyZjY6',
},
},
{
tokenSymbol: 'EVO',
tokenName: 'Devomon',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/EVO.png',
tokenAddresses: [{ address: '0xF2B688b2201979d44FdF18d1d8C641305Cf560Ba', chainId: '56' }],
profileLinks: {
siteUrl: 'https://www.devomon.io/',
twitterUrl: 'https://twitter.com/OfficialDevomon',
telegramUrl: 'https://t.me/officialdevomon',
discordUrl: 'https://discord.com/invite/9rhFY2GGut',
},
},
]

export default verifiedAssets

0 comments on commit c876eee

Please sign in to comment.