Skip to content

Commit 77b4a89

Browse files
authored
Merge pull request #199 from ApeSwapFinance/staging
chore: add MAIV token to lhd
2 parents aa6281f + 1d4ce85 commit 77b4a89

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

config/whitelist.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4891,6 +4891,22 @@
48914891
"telegramUrl": "https://t.me/seedphoto"
48924892
}
48934893
},
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+
},
48944910
{
48954911
"tokenSymbol": "USDC",
48964912
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/MAIV.jpg

6.81 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3088,5 +3088,16 @@ const verifiedAssets: AddressMapping[] = [
30883088
telegramUrl: 'https://t.me/seedphoto',
30893089
},
30903090
},
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+
},
30913102
]
30923103
export default verifiedAssets

0 commit comments

Comments
 (0)