File tree Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 4486
4486
"discordUrl" : " https://t.co/BwAgkgiHd5"
4487
4487
}
4488
4488
},
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
+ },
4489
4517
{
4490
4518
"tokenSymbol" : " USDC" ,
4491
4519
"tokenLogoUrl" : " https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024" ,
Original file line number Diff line number Diff line change @@ -2822,5 +2822,21 @@ const verifiedAssets: AddressMapping[] = [
2822
2822
discordUrl : 'https://t.co/BwAgkgiHd5' ,
2823
2823
} ,
2824
2824
} ,
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
+ } ,
2825
2841
]
2826
2842
export default verifiedAssets
You can’t perform that action at this time.
0 commit comments