Skip to content

Commit

Permalink
Merge pull request #80 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add FRIC Token
  • Loading branch information
efeDaniels authored May 14, 2024
2 parents 23baa5e + 9af9d2d commit 37da6d9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2253,6 +2253,23 @@
"telegramUrl": "https://t.me/rtfight_com"
}
},
{
"tokenSymbol": "FRIC",
"tokenName": "Frictionless",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/FRIC.png",
"tokenAddresses": [
{
"address": "0x23fa3aa82858e7ad1f0f04352f4bb7f5e1bbfb68",
"chainId": "1"
}
],
"profileLinks": {
"siteUrl": "https://frictionless.network/",
"twitterUrl": "https://twitter.com/FrictionlessX",
"telegramUrl": "https://t.me/FrictionlessX",
"discordUrl": "https://discord.com/invite/2qrXvWcXVA"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/FRIC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1304,5 +1304,17 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/rtfight_com',
},
},
{
tokenSymbol: 'FRIC',
tokenName: 'Frictionless',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/FRIC.png',
tokenAddresses: [{ address: '0x23fa3aa82858e7ad1f0f04352f4bb7f5e1bbfb68', chainId: '1' }],
profileLinks: {
siteUrl: 'https://frictionless.network/',
twitterUrl: 'https://twitter.com/FrictionlessX',
telegramUrl: 'https://t.me/FrictionlessX',
discordUrl: 'https://discord.com/invite/2qrXvWcXVA'
},
},
]
export default verifiedAssets

0 comments on commit 37da6d9

Please sign in to comment.