Skip to content

Commit

Permalink
Merge pull request #36 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
Merge THX PR to main.
  • Loading branch information
efeDaniels committed Jul 20, 2023
2 parents 2644cf1 + 2bc38df commit 38b08d7
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
44 changes: 44 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,50 @@
]
}
},
{
"tokenSymbol": "THX",
"tokenName": "THX Network",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/THX.png",
"tokenAddresses": [
{
"address": "0x2934b36ca9a4b31e633c5be670c8c8b28b6aa015",
"chainId": "137"
},
{
"address": "0xe632ea2ef2cfd8fc4a2731c76f99078aef6a4b31",
"chainId": "1"
}
],
"knownOwners": [
"0xc7637aabd63b3017a261e618bff7431f7a6f13ce",
"0xe98586b05f2c4e654172de877ada9c221a02d0bd",
"0x4a30c80a2c41312ce4ee79f730c8d84cad9f7b31",
"0xdc4e86c5c99394132b13876fc94a617df84f0b9e",
"0xc02c205d08a640295fedb2df45f654b69d7a222e",
"0x9758f2bf8e6f6ee89bd71fb434d92c699dc89e30",
"0x59429282a4e566373a1f2d5f20cf08184b46ee07",
"0xfdc25d605afeaaa4fe5a125bca524413957d18a4",
"0x476cf198afac0fb13576f664cb49e5e658fd4322",
"0xba12222222228d8ba445958a75a0704d566bf2c8"
],
"tags": [
"Blockchain",
"Marketing_Solution",
"Wallet",
"NFTs",
"GameFi",
"Launchpad"
],
"profileLinks": {
"siteUrl": "https://thx.network",
"twitterUrl": "https://twitter.com/thxprotocol",
"telegramUrl": "https://t.me/thxnetwork",
"discordUrl": "https://discord.com/invite/u3DruB5pm5",
"auditUrls": [
"https://github.com/pessimistic-io/audits/blob/main/THX%20Security%20Analysis%20by%20Pessimistic.pdf"
]
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/THX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,37 @@ const verifiedAssets: AddressMapping[] = [
auditUrls: ['https://github.com/solidproof/projects/blob/main/Bixos/SmartContract_Audit_Solidproof_Bixos.pdf'],
},
},
{
tokenSymbol: 'THX',
tokenName: 'THX Network',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/THX.png',
tokenAddresses: [
{ address: '0x2934b36ca9A4B31E633C5BE670C8C8b28b6aA015', chainId: '137' },
{ address: '0xe632ea2ef2cfd8fc4a2731c76f99078aef6a4b31', chainId: '1' },
],
knownOwners: [
'0xc7637aABd63B3017A261e618BFF7431F7A6F13Ce',
'0xE98586B05f2C4e654172dE877ADA9C221A02d0bD',
'0x4a30c80A2c41312ce4ee79f730C8D84cAD9f7B31',
'0xDC4E86c5C99394132b13876Fc94a617Df84f0b9e',
'0xc02c205D08a640295fedB2Df45F654b69d7A222E',
'0x9758f2bf8e6f6ee89bd71fb434d92c699dc89e30',
'0x59429282A4e566373a1F2D5F20CF08184b46ee07',
'0xfdc25d605afeaaa4fe5a125bca524413957d18a4',
'0x476cf198afac0fb13576f664cb49e5e658fd4322',
'0xba12222222228d8ba445958a75a0704d566bf2c8',
],
tags: ['Blockchain', 'Marketing_Solution', 'Wallet', 'NFTs', 'GameFi', 'Launchpad'],
profileLinks: {
siteUrl: 'https://thx.network',
twitterUrl: 'https://twitter.com/thxprotocol',
telegramUrl: 'https://t.me/thxnetwork',
discordUrl: 'https://discord.com/invite/u3DruB5pm5',
auditUrls: [
'https://github.com/pessimistic-io/audits/blob/main/THX%20Security%20Analysis%20by%20Pessimistic.pdf',
],
},
},
]

export default verifiedAssets

0 comments on commit 38b08d7

Please sign in to comment.