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 4891
4891
"telegramUrl" : " https://t.me/seedphoto"
4892
4892
}
4893
4893
},
4894
+ {
4895
+ "tokenSymbol" : " MAIV" ,
4896
+ "tokenName" : " Multi Asset Investment Vehicle" ,
4897
+ "tokenLogoUrl" : " https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MAIV.png" ,
4898
+ "tokenAddresses" : [
4899
+ {
4900
+ "address" : " 0x39903a1a6f289a67e0de94096915c4ccd506ab2a" ,
4901
+ "chainId" : " 1"
4902
+ }
4903
+ ],
4904
+ "profileLinks" : {
4905
+ "siteUrl" : " https://maiv.io/" ,
4906
+ "twitterUrl" : " https://x.com/MAIV_FINANCE" ,
4907
+ "telegramUrl" : " https://t.me/MAIV_FINANCE"
4908
+ }
4909
+ },
4894
4910
{
4895
4911
"tokenSymbol" : " USDC" ,
4896
4912
"tokenLogoUrl" : " https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024" ,
Original file line number Diff line number Diff line change @@ -3088,5 +3088,16 @@ const verifiedAssets: AddressMapping[] = [
3088
3088
telegramUrl : 'https://t.me/seedphoto' ,
3089
3089
} ,
3090
3090
} ,
3091
+ {
3092
+ tokenSymbol : 'MAIV' ,
3093
+ tokenName : 'Multi Asset Investment Vehicle' ,
3094
+ tokenLogoUrl : 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MAIV.png' ,
3095
+ tokenAddresses : [ { address : '0x39903a1a6f289a67e0de94096915c4ccd506ab2a' , chainId : '1' } ] ,
3096
+ profileLinks : {
3097
+ siteUrl : 'https://maiv.io/' ,
3098
+ twitterUrl : 'https://x.com/MAIV_FINANCE' ,
3099
+ telegramUrl : 'https://t.me/MAIV_FINANCE' ,
3100
+ } ,
3101
+ } ,
3091
3102
]
3092
3103
export default verifiedAssets
You can’t perform that action at this time.
0 commit comments