File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 4450
4450
"telegramUrl" : " https://t.me/MindAIGroup"
4451
4451
}
4452
4452
},
4453
+ {
4454
+ "tokenSymbol" : " ZND" ,
4455
+ "tokenName" : " ZND Token" ,
4456
+ "tokenLogoUrl" : " https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ZND.png" ,
4457
+ "tokenAddresses" : [
4458
+ {
4459
+ "address" : " 0x2d8ea194902bc55431420bd26be92b0782dce91d" ,
4460
+ "chainId" : " 1"
4461
+ }
4462
+ ],
4463
+ "profileLinks" : {
4464
+ "siteUrl" : " https://znd.co/" ,
4465
+ "twitterUrl" : " https://x.com/ZND_co" ,
4466
+ "telegramUrl" : " https://t.me/ZND_Official"
4467
+ }
4468
+ },
4453
4469
{
4454
4470
"tokenSymbol" : " USDC" ,
4455
4471
"tokenLogoUrl" : " https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024" ,
Original file line number Diff line number Diff line change @@ -2797,5 +2797,16 @@ const verifiedAssets: AddressMapping[] = [
2797
2797
telegramUrl : 'https://t.me/MindAIGroup' ,
2798
2798
} ,
2799
2799
} ,
2800
+ {
2801
+ tokenSymbol : 'ZND' ,
2802
+ tokenName : 'ZND Token' ,
2803
+ tokenLogoUrl : 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ZND.png' ,
2804
+ tokenAddresses : [ { address : '0x2d8ea194902bc55431420bd26be92b0782dce91d' , chainId : '1' } ] ,
2805
+ profileLinks : {
2806
+ siteUrl : 'https://znd.co/' ,
2807
+ twitterUrl : 'https://x.com/ZND_co' ,
2808
+ telegramUrl : 'https://t.me/ZND_Official' ,
2809
+ } ,
2810
+ } ,
2800
2811
]
2801
2812
export default verifiedAssets
You can’t perform that action at this time.
0 commit comments