diff --git a/config/whitelist.json b/config/whitelist.json index 411df54..d6036e4 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -4989,6 +4989,22 @@ "telegramUrl": "https://t.me/HELLOLabs" } }, + { + "tokenSymbol": "SUP", + "tokenName": "Superp", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/SUP.png", + "tokenAddresses": [ + { + "address": "0x19ed254efa5e061d28d84650891a3db2a9940c16", + "chainId": "56" + } + ], + "profileLinks": { + "siteUrl": "https://www.superp.xyz/en", + "twitterUrl": "https://x.com/Superp_xyz", + "telegramUrl": "https://t.me/officialvanillafinance2" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/PATEX.png b/logos/PATEX.png deleted file mode 100644 index 4230201..0000000 Binary files a/logos/PATEX.png and /dev/null differ diff --git a/logos/SUP.png b/logos/SUP.png new file mode 100644 index 0000000..2742798 Binary files /dev/null and b/logos/SUP.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 6141de3..47519bf 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -3155,5 +3155,16 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/HELLOLabs', }, }, + { + tokenSymbol: 'SUP', + tokenName: 'Superp', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/SUP.png', + tokenAddresses: [{ address: '0x19ed254efa5e061d28d84650891a3db2a9940c16', chainId: '56' }], + profileLinks: { + siteUrl: 'https://www.superp.xyz/en', + twitterUrl: 'https://x.com/Superp_xyz', + telegramUrl: 'https://t.me/officialvanillafinance2', + }, + }, ] export default verifiedAssets