File tree Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 3293
3293
"telegramUrl" : " https://t.me/cpatexexchange"
3294
3294
}
3295
3295
},
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
+ },
3296
3329
{
3297
3330
"tokenSymbol" : " USDC" ,
3298
3331
"tokenLogoUrl" : " https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024" ,
Original file line number Diff line number Diff line change @@ -2015,5 +2015,28 @@ const verifiedAssets: AddressMapping[] = [
2015
2015
telegramUrl : 'https://t.me/cpatexexchange' ,
2016
2016
} ,
2017
2017
} ,
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
+ } ,
2018
2041
]
2019
2042
export default verifiedAssets
You can’t perform that action at this time.
0 commit comments