diff --git a/config/whitelist.json b/config/whitelist.json index b4a86de..94abead 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -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", diff --git a/logos/ELK.png b/logos/ELK.png new file mode 100644 index 0000000..6ce6db5 Binary files /dev/null and b/logos/ELK.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 7bc48ff..6664175 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -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