diff --git a/config/whitelist.json b/config/whitelist.json index 93c9043..9210f4c 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -2441,6 +2441,47 @@ "telegramUrl": "https://t.me/hapticai" } }, + { + "tokenSymbol": "FLASH", + "tokenName": "Flash Protocol", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/FLASH.png", + "tokenAddresses": [ + { + "address": "0xca95a6b21a8101d8e34c153d31dc563ff897ebef", + "chainId": "1" + } + ], + "profileLinks": { + "siteUrl": "https://flashprotocol.xyz/", + "twitterUrl": "https://x.com/flashprotocol", + "telegramUrl": "https://t.me/flashprotocol" + } + }, + { + "tokenSymbol": "SKR", + "tokenName": "Saakuru", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/SKR.png", + "tokenAddresses": [ + { + "address": "0xe2dca969624795985f2f083bcd0b674337ba130a", + "chainId": "1" + }, + { + "address": "0xe2dca969624795985f2f083bcd0b674337ba130a", + "chainId": "56" + }, + { + "address": "0xe2dca969624795985f2f083bcd0b674337ba130a", + "chainId": "10" + } + ], + "profileLinks": { + "siteUrl": "https://saakuru.com/", + "twitterUrl": "https://x.com/saakuru_labs", + "discordUrl": "https://discord.com/invite/saakuruprotocol", + "telegramUrl": "https://t.me/aagventures" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/FLASH.png b/logos/FLASH.png new file mode 100644 index 0000000..dbae81e Binary files /dev/null and b/logos/FLASH.png differ diff --git a/logos/SKR.png b/logos/SKR.png new file mode 100644 index 0000000..dffd350 Binary files /dev/null and b/logos/SKR.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 37587f5..96865ed 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -1429,5 +1429,32 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/hapticai', }, }, + { + tokenSymbol: 'FLASH', + tokenName: 'Flash Protocol', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/FLASH.png', + tokenAddresses: [{ address: '0xCa95A6B21A8101d8e34c153d31dc563Ff897EbEF', chainId: '1' }], + profileLinks: { + siteUrl: 'https://flashprotocol.xyz/', + twitterUrl: 'https://x.com/flashprotocol', + telegramUrl: 'https://t.me/flashprotocol', + }, + }, + { + tokenSymbol: 'SKR', + tokenName: 'Saakuru', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/SKR.png', + tokenAddresses: [ + { address: '0xe2dca969624795985f2f083bcd0b674337ba130a', chainId: '1' }, + { address: '0xe2dca969624795985f2f083bcd0b674337ba130a', chainId: '56' }, + { address: '0xe2dca969624795985f2f083bcd0b674337ba130a', chainId: '10' }, + ], + profileLinks: { + siteUrl: 'https://saakuru.com/', + twitterUrl: 'https://x.com/saakuru_labs', + discordUrl: 'https://discord.com/invite/saakuruprotocol', + telegramUrl: 'https://t.me/aagventures', + }, + }, ] export default verifiedAssets \ No newline at end of file