Skip to content

Commit

Permalink
Merge pull request #64 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add A3A token
  • Loading branch information
efeDaniels authored Feb 22, 2024
2 parents d5d0e92 + a15564c commit f09ae8a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,30 @@
"telegramUrl": "https://t.me/joininjective"
}
},
{
"tokenSymbol": "A3A",
"tokenName": "3A",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/A3A.png",
"tokenAddresses": [
{
"address": "0x58c7b2828e7f2b2caa0cc7feef242fa3196d03df",
"chainId": "137"
},
{
"address": "0x3f817b28da4940f018c6b5c0a11c555ebb1264f9",
"chainId": "1"
}
],
"tags": [
"Lending"
],
"profileLinks": {
"siteUrl": "https://3adao.org/",
"twitterUrl": "https://twitter.com/3aaaDAO",
"discordUrl": "https://discord.com/invite/YyQhWnwGVA",
"telegramUrl": "hhttps://t.me/+UoTgLIswp3szM2I0"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/A3A.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,22 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/joininjective',
},
},
{
tokenSymbol: 'A3A',
tokenName: '3A',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/A3A.png',
tokenAddresses: [
{ address: '0x58c7b2828e7f2b2caa0cc7feef242fa3196d03df', chainId: '137' },
{ address: '0x3f817b28da4940f018c6b5c0a11c555ebb1264f9', chainId: '1' },
],
tags: ['Lending'],
profileLinks: {
siteUrl: 'https://3adao.org/',
twitterUrl: 'https://twitter.com/3aaaDAO',
discordUrl: 'https://discord.com/invite/YyQhWnwGVA',
telegramUrl: 'hhttps://t.me/+UoTgLIswp3szM2I0',
},
},
]

export default verifiedAssets

0 comments on commit f09ae8a

Please sign in to comment.