Skip to content

Commit 66e8519

Browse files
authored
Merge pull request #115 from ApeSwapFinance/staging
chore: Add DRINK & MEE Token
2 parents aa09df0 + 248c64a commit 66e8519

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed

config/whitelist.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2946,6 +2946,39 @@
29462946
"telegramUrl": "https://t.me/ordifyann"
29472947
}
29482948
},
2949+
{
2950+
"tokenSymbol": "MEE",
2951+
"tokenName": "Medieval Empires",
2952+
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MEE.png",
2953+
"tokenAddresses": [
2954+
{
2955+
"address": "0xeb7eab87837f4dad1bb80856db9e4506fc441f3d",
2956+
"chainId": "137"
2957+
}
2958+
],
2959+
"profileLinks": {
2960+
"siteUrl": "https://www.medievalempires.com/",
2961+
"twitterUrl": "https://x.com/MedievalEmpires",
2962+
"telegramUrl": "https://t.me/Medievalempireschat"
2963+
}
2964+
},
2965+
{
2966+
"tokenSymbol": "DRINK",
2967+
"tokenName": "DRINK",
2968+
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DRINK.png",
2969+
"tokenAddresses": [
2970+
{
2971+
"address": "0x2dc90fa3a0f178ba4bee16cac5d6c9a5a7b4c6cb",
2972+
"chainId": "8453"
2973+
}
2974+
],
2975+
"profileLinks": {
2976+
"siteUrl": "https://degendistillery.com/",
2977+
"twitterUrl": "https://x.com/DegenDistillery",
2978+
"telegramUrl": "https://t.me/+pXnhWGuRqsM4NTU0",
2979+
"discordUrl": "https://discord.com/invite/degendistillery"
2980+
}
2981+
},
29492982
{
29502983
"tokenSymbol": "USDC",
29512984
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/DRINK.png

2.99 KB
Loading

logos/MEE.png

49.1 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,5 +1774,28 @@ const verifiedAssets: AddressMapping[] = [
17741774
telegramUrl: 'https://t.me/ordifyann',
17751775
},
17761776
},
1777+
{
1778+
tokenSymbol: 'MEE',
1779+
tokenName: 'Medieval Empires',
1780+
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MEE.png',
1781+
tokenAddresses: [{ address: '0xeb7eab87837f4dad1bb80856db9e4506fc441f3d', chainId: '137' }],
1782+
profileLinks: {
1783+
siteUrl: 'https://www.medievalempires.com/',
1784+
twitterUrl: 'https://x.com/MedievalEmpires',
1785+
telegramUrl: 'https://t.me/Medievalempireschat',
1786+
},
1787+
},
1788+
{
1789+
tokenSymbol: 'DRINK',
1790+
tokenName: 'DRINK',
1791+
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DRINK.png',
1792+
tokenAddresses: [{ address: '0x2dc90fa3a0f178ba4bee16cac5d6c9a5a7b4c6cb', chainId: '8453' }],
1793+
profileLinks: {
1794+
siteUrl: 'https://degendistillery.com/',
1795+
twitterUrl: 'https://x.com/DegenDistillery',
1796+
telegramUrl: 'https://t.me/+pXnhWGuRqsM4NTU0',
1797+
discordUrl: 'https://discord.com/invite/degendistillery',
1798+
},
1799+
},
17771800
]
17781801
export default verifiedAssets

0 commit comments

Comments
 (0)