Skip to content

Commit

Permalink
🎨 feat(UBXS.svg): add UBXS logo SVG file
Browse files Browse the repository at this point in the history
A new SVG file named UBXS.svg has been added to the logos directory. The SVG file contains the UBXS logo, which consists of a rounded rectangle filled with a linear gradient and a path representing the UBXS initials. The logo is designed with a width and height of 200 units and a viewBox of 0 0 200 200.

📝 chore(verifiedAssets.ts): add UBXS token to verified assets
The UBXS token has been added to the list of verified assets. It includes the token symbol, name, logo URL, token addresses, known owners, tags, and profile links. The token is associated with the blockchain, NFTs, metaverse, and GameFi. The profile links include the site URL, Twitter URL, Telegram URL, Discord URL, and audit URLs.
  • Loading branch information
mrnasil committed Jul 13, 2023
1 parent b6b2ddc commit 652dfd5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
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.
19 changes: 19 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,25 @@ 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 652dfd5

Please sign in to comment.