Skip to content

Commit 1f61258

Browse files
authored
Merge pull request #174 from ApeSwapFinance/staging
chore: Add ZND Token
2 parents 60a64e8 + 9fd1407 commit 1f61258

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
@@ -4450,6 +4450,22 @@
44504450
"telegramUrl": "https://t.me/MindAIGroup"
44514451
}
44524452
},
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+
},
44534469
{
44544470
"tokenSymbol": "USDC",
44554471
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/ZND.png

31.8 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2797,5 +2797,16 @@ const verifiedAssets: AddressMapping[] = [
27972797
telegramUrl: 'https://t.me/MindAIGroup',
27982798
},
27992799
},
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+
},
28002811
]
28012812
export default verifiedAssets

0 commit comments

Comments
 (0)