diff --git a/config/whitelist.json b/config/whitelist.json index e09b4af..5dd668e 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -2946,6 +2946,39 @@ "telegramUrl": "https://t.me/ordifyann" } }, + { + "tokenSymbol": "MEE", + "tokenName": "Medieval Empires", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MEE.png", + "tokenAddresses": [ + { + "address": "0xeb7eab87837f4dad1bb80856db9e4506fc441f3d", + "chainId": "137" + } + ], + "profileLinks": { + "siteUrl": "https://www.medievalempires.com/", + "twitterUrl": "https://x.com/MedievalEmpires", + "telegramUrl": "https://t.me/Medievalempireschat" + } + }, + { + "tokenSymbol": "DRINK", + "tokenName": "DRINK", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DRINK.png", + "tokenAddresses": [ + { + "address": "0x2dc90fa3a0f178ba4bee16cac5d6c9a5a7b4c6cb", + "chainId": "8453" + } + ], + "profileLinks": { + "siteUrl": "https://degendistillery.com/", + "twitterUrl": "https://x.com/DegenDistillery", + "telegramUrl": "https://t.me/+pXnhWGuRqsM4NTU0", + "discordUrl": "https://discord.com/invite/degendistillery" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/DRINK.png b/logos/DRINK.png new file mode 100644 index 0000000..0ca339b Binary files /dev/null and b/logos/DRINK.png differ diff --git a/logos/MEE.png b/logos/MEE.png new file mode 100644 index 0000000..3f0b4da Binary files /dev/null and b/logos/MEE.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index cd27642..cbff2ad 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -1774,5 +1774,28 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/ordifyann', }, }, +{ + tokenSymbol: 'MEE', + tokenName: 'Medieval Empires', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MEE.png', + tokenAddresses: [{ address: '0xeb7eab87837f4dad1bb80856db9e4506fc441f3d', chainId: '137' }], + profileLinks: { + siteUrl: 'https://www.medievalempires.com/', + twitterUrl: 'https://x.com/MedievalEmpires', + telegramUrl: 'https://t.me/Medievalempireschat', + }, +}, +{ + tokenSymbol: 'DRINK', + tokenName: 'DRINK', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DRINK.png', + tokenAddresses: [{ address: '0x2dc90fa3a0f178ba4bee16cac5d6c9a5a7b4c6cb', chainId: '8453' }], + profileLinks: { + siteUrl: 'https://degendistillery.com/', + twitterUrl: 'https://x.com/DegenDistillery', + telegramUrl: 'https://t.me/+pXnhWGuRqsM4NTU0', + discordUrl: 'https://discord.com/invite/degendistillery', + }, +}, ] export default verifiedAssets