Skip to content

Commit

Permalink
Merge pull request #125 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add LIF3 Token
  • Loading branch information
efeDaniels authored Oct 29, 2024
2 parents 7c9433f + e3f5dff commit 46d7428
Show file tree
Hide file tree
Showing 3 changed files with 46 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 @@ -3451,6 +3451,35 @@
"telegramUrl": "https://t.me/avalancheavax"
}
},
{
"tokenSymbol": "LIF3",
"tokenName": "Lif3",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/LIF3.png",
"tokenAddresses": [
{
"address": "0x7138eb0d563f3f6722500936a11dcae99d738a2c",
"chainId": "1"
},
{
"address": "0x336f374198c872ba760e85af9c6331c3c5a535d3",
"chainId": "56"
},
{
"address": "0x110b25d2b21ee73eb401f3ae7833f7072912a0bf",
"chainId": "137"
},
{
"address": "0x5e074c28149cc35c1e5fbc79d8a6ea688dba2314",
"chainId": "250"
}
],
"profileLinks": {
"siteUrl": "https://lif3.com/",
"twitterUrl": "https://x.com/Official_LIF3",
"discordUrl": "https://discord.com/invite/lif3",
"telegramUrl": "https://t.me/Lif3_Official"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/LIF3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2109,5 +2109,22 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/avalancheavax',
},
},
{
tokenSymbol: 'LIF3',
tokenName: 'Lif3',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/LIF3.png',
tokenAddresses: [
{ address: '0x7138eb0d563f3f6722500936a11dcae99d738a2c', chainId: '1' },
{ address: '0x336f374198c872ba760e85af9c6331c3c5a535d3', chainId: '56' },
{ address: '0x110b25d2b21ee73eb401f3ae7833f7072912a0bf', chainId: '137' },
{ address: '0x5e074c28149cc35c1e5fbc79d8a6ea688dba2314', chainId: '250' },
],
profileLinks: {
siteUrl: 'https://lif3.com/',
twitterUrl: 'https://x.com/Official_LIF3',
discordUrl: 'https://discord.com/invite/lif3',
telegramUrl: 'https://t.me/Lif3_Official',
},
},
]
export default verifiedAssets

0 comments on commit 46d7428

Please sign in to comment.