Skip to content

Commit

Permalink
Merge pull request #31 from mrnasil/staging
Browse files Browse the repository at this point in the history
-Add UBXS token to LHD
  • Loading branch information
efeDaniels authored Jul 13, 2023
2 parents b6b2ddc + 8f785b9 commit 5fe88f2
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
29 changes: 29 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,35 @@
"discordUrl": "https://discord.com/invite/NyegmK5vsS"
}
},
{
"tokenSymbol": "UBXS",
"tokenName": "UBXS Token",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/UBXS.svg",
"tokenAddresses": [
{
"address": "0x4f1960e29b2ca581a38c5c474e123f420f8092db",
"chainId": "56"
}
],
"knownOwners": [
"0x872f7deb0bca066416c327dd3a66bf724c949fcd"
],
"tags": [
"Blockchain",
"NFTs",
"Metaverse",
"GameFi"
],
"profileLinks": {
"siteUrl": "https://bixos.io",
"twitterUrl": "https://twitter.com/ubxstoken",
"telegramUrl": "https://t.me/ubxscommunity",
"discordUrl": "https://discord.com/invite/2JKmtjkYFt",
"auditUrls": [
"https://github.com/solidproof/projects/blob/main/Bixos/SmartContract_Audit_Solidproof_Bixos.pdf"
]
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
10 changes: 10 additions & 0 deletions logos/UBXS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,21 @@ const verifiedAssets: AddressMapping[] = [
discordUrl: 'https://discord.com/invite/NyegmK5vsS',
},
},
{
tokenSymbol: 'UBXS',
tokenName: 'UBXS Token',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/UBXS.svg',
tokenAddresses: [{ address: '0x4f1960E29b2cA581a38c5c474e123f420F8092db', chainId: '56' }],
knownOwners: ['0x872f7DEB0bCA066416C327Dd3A66BF724c949fCd'],
tags: ['Blockchain', 'NFTs', 'Metaverse', 'GameFi'],
profileLinks: {
siteUrl: 'https://bixos.io',
twitterUrl: 'https://twitter.com/ubxstoken',
telegramUrl: 'https://t.me/ubxscommunity',
discordUrl: 'https://discord.com/invite/2JKmtjkYFt',
auditUrls: ['https://github.com/solidproof/projects/blob/main/Bixos/SmartContract_Audit_Solidproof_Bixos.pdf'],
},
},
]

export default verifiedAssets

0 comments on commit 5fe88f2

Please sign in to comment.