diff --git a/config/whitelist.json b/config/whitelist.json index a1e5391..ae0afaf 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -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", diff --git a/logos/JOJO.png b/logos/JOJO.png new file mode 100644 index 0000000..cd2086f Binary files /dev/null and b/logos/JOJO.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 2ea19e3..78c45b5 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -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