Skip to content

Commit

Permalink
Merge pull request #123 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add ELK Token
  • Loading branch information
shivammp authored Oct 25, 2024
2 parents c363292 + 61944c5 commit 0f5448d
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
41 changes: 41 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3373,6 +3373,47 @@
"twitterUrl": "https://x.com/AlpineF1Team"
}
},
{
"tokenSymbol": "ELK",
"tokenName": "Elk Finance",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ELK.png",
"tokenAddresses": [
{
"address": "0xeeeeeb57642040be42185f49c52f7e9b38f8eeee",
"chainId": "1"
},
{
"address": "0xeeeeeb57642040be42185f49c52f7e9b38f8eeee",
"chainId": "56"
},
{
"address": "0xeeeeeb57642040be42185f49c52f7e9b38f8eeee",
"chainId": "137"
},
{
"address": "0xeeeeeb57642040be42185f49c52f7e9b38f8eeee",
"chainId": "250"
},
{
"address": "0xeeeeeb57642040be42185f49c52f7e9b38f8eeee",
"chainId": "1285"
},
{
"address": "0xeeeeeb57642040be42185f49c52f7e9b38f8eeee",
"chainId": "25"
},
{
"address": "0xeeeeeb57642040be42185f49c52f7e9b38f8eeee",
"chainId": "100"
}
],
"profileLinks": {
"siteUrl": "https://elk.finance/",
"twitterUrl": "https://x.com/elk_finance",
"discordUrl": "https://discord.com/invite/4BMRV6mB",
"telegramUrl": "https://t.me/elk_finance_chat"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/ELK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2070,5 +2070,25 @@ const verifiedAssets: AddressMapping[] = [
twitterUrl: 'https://x.com/AlpineF1Team',
},
},
{
tokenSymbol: 'ELK',
tokenName: 'Elk Finance',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ELK.png',
tokenAddresses: [
{ address: '0xeeeeeb57642040be42185f49c52f7e9b38f8eeee', chainId: '1' },
{ address: '0xeeeeeb57642040be42185f49c52f7e9b38f8eeee', chainId: '56' },
{ address: '0xeeeeeb57642040be42185f49c52f7e9b38f8eeee', chainId: '137' },
{ address: '0xeeeeeb57642040be42185f49c52f7e9b38f8eeee', chainId: '250' },
{ address: '0xeeeeeb57642040be42185f49c52f7e9b38f8eeee', chainId: '1285' },
{ address: '0xeeeeeb57642040be42185f49c52f7e9b38f8eeee', chainId: '25' },
{ address: '0xeeeeeb57642040be42185f49c52f7e9b38f8eeee', chainId: '100' },
],
profileLinks: {
siteUrl: 'https://elk.finance/',
twitterUrl: 'https://x.com/elk_finance',
discordUrl: 'https://discord.com/invite/4BMRV6mB',
telegramUrl: 'https://t.me/elk_finance_chat',
},
},
]
export default verifiedAssets

0 comments on commit 0f5448d

Please sign in to comment.