Skip to content

Commit

Permalink
chore: Add JOJO Token
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Aug 22, 2024
1 parent f7931c9 commit c23cdf6
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 @@ -2842,6 +2842,23 @@
"discordUrl": "https://discord.com/invite/KAPGamesGG"
}
},
{
"tokenSymbol": "JOJO",
"tokenName": "JOJO",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/JOJO.png",
"tokenAddresses": [
{
"address": "0x0645bc5cdff2376089323ac20df4119e48e4bcc4",
"chainId": "8453"
}
],
"profileLinks": {
"siteUrl": "https://app.jojo.exchange/",
"twitterUrl": "https://x.com/jojo_exchange",
"telegramUrl": "https://t.me/jojoexchange",
"discordUrl": "https://discord.com/invite/jojoexchange"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/JOJO.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 @@ -1704,5 +1704,17 @@ const verifiedAssets: AddressMapping[] = [
discordUrl: 'https://discord.com/invite/KAPGamesGG',
},
},
{
tokenSymbol: 'JOJO',
tokenName: 'JOJO',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/JOJO.png',
tokenAddresses: [{ address: '0x0645bc5cdff2376089323ac20df4119e48e4bcc4', chainId: '8453' }],
profileLinks: {
siteUrl: 'https://app.jojo.exchange/',
twitterUrl: 'https://x.com/jojo_exchange',
telegramUrl: 'https://t.me/jojoexchange',
discordUrl: 'https://discord.com/invite/jojoexchange',
},
},
]
export default verifiedAssets

0 comments on commit c23cdf6

Please sign in to comment.