Skip to content

Commit

Permalink
chore: Add ROBO Token
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed May 22, 2024
1 parent f3ad075 commit 73c155a
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 @@ -2424,6 +2424,23 @@
"telegramUrl": "https://t.me/ego_paysenger_en"
}
},
{
"tokenSymbol": "ROBO",
"tokenName": "RoboHero",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ROBO.png",
"tokenAddresses": [
{
"address": "0xb3886b3aaa6087b3d185daeb89ac113d195b5eb9",
"chainId": "137"
}
],
"profileLinks": {
"siteUrl": "https://robohero.io/",
"twitterUrl": "https://x.com/RoboHero_io",
"telegramUrl": "https://t.me/robohero",
"discordUrl": "https://discord.com/invite/5UVPuBWZat"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/ROBO.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 @@ -1417,5 +1417,17 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/ego_paysenger_en',
},
},
{
tokenSymbol: 'ROBO',
tokenName: 'RoboHero',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ROBO.png',
tokenAddresses: [{ address: '0xb3886b3aaa6087b3d185daeb89ac113d195b5eb9', chainId: '137' }],
profileLinks: {
siteUrl: 'https://robohero.io/',
twitterUrl: 'https://x.com/RoboHero_io',
telegramUrl: 'https://t.me/robohero',
discordUrl: 'https://discord.com/invite/5UVPuBWZat',
},
},
]
export default verifiedAssets

0 comments on commit 73c155a

Please sign in to comment.