diff --git a/config/whitelist.json b/config/whitelist.json index c710d52..a7e95eb 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -4013,6 +4013,38 @@ "telegramUrl": "https://t.me/+nLYr_ITGTzVhOGFl" } }, + { + "tokenSymbol": "RGOAT", + "tokenName": "RealGoat", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/RGOAT.png", + "tokenAddresses": [ + { + "address": "0xf0268c5f9aa95baf5c25d646aabb900ac12f0800", + "chainId": "8453" + } + ], + "profileLinks": { + "siteUrl": "https://www.realgoat.org/", + "twitterUrl": "https://x.com/Realgoat_token", + "telegramUrl": "https://t.me/RealGOAT_official" + } + }, + { + "tokenSymbol": "LUMIA", + "tokenName": "Lumia", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/LUMIA.png", + "tokenAddresses": [ + { + "address": "0xd9343a049d5dbd89cd19dc6bca8c48fb3a0a42a7", + "chainId": "1" + } + ], + "profileLinks": { + "siteUrl": "https://lumia.org/", + "twitterUrl": "https://x.com/buildonlumia", + "telegramUrl": "https://t.me/lumia_community" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/LUMIA.png b/logos/LUMIA.png new file mode 100644 index 0000000..41060b0 Binary files /dev/null and b/logos/LUMIA.png differ diff --git a/logos/RGOAT.png b/logos/RGOAT.png new file mode 100644 index 0000000..dc0457f Binary files /dev/null and b/logos/RGOAT.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 7c27e67..feb98b0 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -2496,5 +2496,27 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/+nLYr_ITGTzVhOGFl', }, }, + { + tokenSymbol: 'RGOAT', + tokenName: 'RealGoat', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/RGOAT.png', + tokenAddresses: [{ address: '0xf0268c5f9aa95baf5c25d646aabb900ac12f0800', chainId: '8453' }], + profileLinks: { + siteUrl: 'https://www.realgoat.org/', + twitterUrl: 'https://x.com/Realgoat_token', + telegramUrl: 'https://t.me/RealGOAT_official', + }, + }, + { + tokenSymbol: 'LUMIA', + tokenName: 'Lumia', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/LUMIA.png', + tokenAddresses: [{ address: '0xD9343a049D5DBd89CD19DC6BcA8c48fB3a0a42a7', chainId: '1' }], + profileLinks: { + siteUrl: 'https://lumia.org/', + twitterUrl: 'https://x.com/buildonlumia', + telegramUrl: 'https://t.me/lumia_community', + }, + }, ] export default verifiedAssets