Skip to content

Commit 1b9b99a

Browse files
authored
Merge pull request #176 from ApeSwapFinance/staging
chore: Add WGC Token
2 parents 2db635b + 1789c58 commit 1b9b99a

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

config/whitelist.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4486,6 +4486,34 @@
44864486
"discordUrl": "https://t.co/BwAgkgiHd5"
44874487
}
44884488
},
4489+
{
4490+
"tokenSymbol": "WGC",
4491+
"tokenName": "Wild Goat Coin",
4492+
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/WGC.png",
4493+
"tokenAddresses": [
4494+
{
4495+
"address": "0x6acb9ac319bafe509af9e96be642ead00526b9fa",
4496+
"chainId": "1"
4497+
},
4498+
{
4499+
"address": "0x67631ff69130ea1a6c4feaa4a0abf0a1e0148be7",
4500+
"chainId": "10"
4501+
},
4502+
{
4503+
"address": "0x04565fe9aa3ae571ada8e1bebf8282c4e5247b2a",
4504+
"chainId": "137"
4505+
},
4506+
{
4507+
"address": "0xfb18511f1590a494360069f3640c27d55c2b5290",
4508+
"chainId": "8453"
4509+
}
4510+
],
4511+
"profileLinks": {
4512+
"siteUrl": "https://wildgoatcoin.com/",
4513+
"twitterUrl": "https://x.com/wildgoatcoin",
4514+
"discordUrl": "https://discord.com/invite/jG7fSs6W8w"
4515+
}
4516+
},
44894517
{
44904518
"tokenSymbol": "USDC",
44914519
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/WGC.png

64.6 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2822,5 +2822,21 @@ const verifiedAssets: AddressMapping[] = [
28222822
discordUrl: 'https://t.co/BwAgkgiHd5',
28232823
},
28242824
},
2825+
{
2826+
tokenSymbol: 'WGC',
2827+
tokenName: 'Wild Goat Coin',
2828+
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/WGC.png',
2829+
tokenAddresses: [
2830+
{ address: '0x6acb9ac319bafe509af9e96be642ead00526b9fa', chainId: '1' },
2831+
{ address: '0x67631ff69130ea1a6c4feaa4a0abf0a1e0148be7', chainId: '10' },
2832+
{ address: '0x04565fe9aa3ae571ada8e1bebf8282c4e5247b2a', chainId: '137' },
2833+
{ address: '0xfb18511f1590a494360069f3640c27d55c2b5290', chainId: '8453'},
2834+
],
2835+
profileLinks: {
2836+
siteUrl: 'https://wildgoatcoin.com/',
2837+
twitterUrl: 'https://x.com/wildgoatcoin',
2838+
discordUrl: 'https://discord.com/invite/jG7fSs6W8w',
2839+
},
2840+
},
28252841
]
28262842
export default verifiedAssets

0 commit comments

Comments
 (0)