Skip to content

Commit 4cddf0d

Browse files
authored
Merge pull request #119 from ApeSwapFinance/staging
chore: Add Tokens to LHD
2 parents e94b9b8 + 07ed901 commit 4cddf0d

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
@@ -3293,6 +3293,39 @@
32933293
"telegramUrl": "https://t.me/cpatexexchange"
32943294
}
32953295
},
3296+
{
3297+
"tokenSymbol": "WMINIMA",
3298+
"tokenName": "Wrapped Minima",
3299+
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/WMINIMA.png",
3300+
"tokenAddresses": [
3301+
{
3302+
"address": "0x669c01caf0edcad7c2b8dc771474ad937a7ca4af",
3303+
"chainId": "1"
3304+
}
3305+
],
3306+
"profileLinks": {
3307+
"siteUrl": "https://www.minima.global/",
3308+
"twitterUrl": "https://x.com/Minima_Global",
3309+
"telegramUrl": "https://t.me/Minima_Global",
3310+
"discordUrl": "https://discord.com/invite/minimaglobal"
3311+
}
3312+
},
3313+
{
3314+
"tokenSymbol": "TYLER",
3315+
"tokenName": "Tyler",
3316+
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/TYLER.png",
3317+
"tokenAddresses": [
3318+
{
3319+
"address": "0x65e570b560027f493f2b1907e8e8e3b9546053bd",
3320+
"chainId": "8453"
3321+
}
3322+
],
3323+
"profileLinks": {
3324+
"siteUrl": "https://www.basedtyler.com/",
3325+
"twitterUrl": "https://x.com/TylerOnBase",
3326+
"telegramUrl": "https://t.me/basedtyler"
3327+
}
3328+
},
32963329
{
32973330
"tokenSymbol": "USDC",
32983331
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/TYLER.png

31.3 KB
Loading

logos/WMINIMA.png

4.84 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,5 +2015,28 @@ const verifiedAssets: AddressMapping[] = [
20152015
telegramUrl: 'https://t.me/cpatexexchange',
20162016
},
20172017
},
2018+
{
2019+
tokenSymbol: 'WMINIMA',
2020+
tokenName: 'Wrapped Minima',
2021+
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/WMINIMA.png',
2022+
tokenAddresses: [{ address: '0x669c01caf0edcad7c2b8dc771474ad937a7ca4af', chainId: '1' }],
2023+
profileLinks: {
2024+
siteUrl: 'https://www.minima.global/',
2025+
twitterUrl: 'https://x.com/Minima_Global',
2026+
telegramUrl: 'https://t.me/Minima_Global',
2027+
discordUrl: 'https://discord.com/invite/minimaglobal',
2028+
},
2029+
},
2030+
{
2031+
tokenSymbol: 'TYLER',
2032+
tokenName: 'Tyler',
2033+
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/TYLER.png',
2034+
tokenAddresses: [{ address: '0x65e570b560027f493f2b1907e8e8e3b9546053bd', chainId: '8453' }],
2035+
profileLinks: {
2036+
siteUrl: 'https://www.basedtyler.com/',
2037+
twitterUrl: 'https://x.com/TylerOnBase',
2038+
telegramUrl: 'https://t.me/basedtyler',
2039+
},
2040+
},
20182041
]
20192042
export default verifiedAssets

0 commit comments

Comments
 (0)