diff --git a/config/whitelist.json b/config/whitelist.json index da07fb3..99b2206 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -4061,6 +4061,22 @@ "telegramUrl": "https://t.me/Shiro_Community" } }, + { + "tokenSymbol": "MFT", + "tokenName": "MetaFight Token", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MFT.png", + "tokenAddresses": [ + { + "address": "0xb372dc09d8d84e1246760ee9d279e504a89f5684", + "chainId": "8453" + } + ], + "profileLinks": { + "siteUrl": "https://metafight.com/", + "twitterUrl": "https://x.com/MetaFightOff", + "telegramUrl": "https://t.me/Metafight_Punch_Bot" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/MFT.png b/logos/MFT.png new file mode 100644 index 0000000..3641287 Binary files /dev/null and b/logos/MFT.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 27191dc..7f030ed 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -2529,5 +2529,16 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/Shiro_Community', }, }, + { + tokenSymbol: 'MFT', + tokenName: 'MetaFight Token', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MFT.png', + tokenAddresses: [{ address: '0xb372dc09d8d84e1246760ee9d279e504a89f5684', chainId: '8453' }], + profileLinks: { + siteUrl: 'https://metafight.com/', + twitterUrl: 'https://x.com/MetaFightOff', + telegramUrl: 'https://t.me/Metafight_Punch_Bot', + }, + }, ] export default verifiedAssets