diff --git a/config/whitelist.json b/config/whitelist.json index 6e6144f..6f4fc61 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -4826,6 +4826,22 @@ "telegramUrl": "https://t.me/RivalzAI_Ann" } }, + { + "tokenSymbol": "MBX", + "tokenName": "MARBLEX", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MBX.png", + "tokenAddresses": [ + { + "address": "0xf95a5532d67c944dfa7eddd2f8c358fe0dc7fac2", + "chainId": "56" + } + ], + "profileLinks": { + "siteUrl": "https://www.marblex.io/en", + "twitterUrl": "https://x.com/MARBLEXofficial", + "telegramUrl": "https://t.me/MARBLEX_official_ENG" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/MBX.png b/logos/MBX.png new file mode 100644 index 0000000..81134fb Binary files /dev/null and b/logos/MBX.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 6eec666..1354dd6 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -3043,5 +3043,16 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/RivalzAI_Ann', }, }, + { + tokenSymbol: 'MBX', + tokenName: 'MARBLEX', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MBX.png', + tokenAddresses: [{ address: '0xf95a5532d67c944dfa7eddd2f8c358fe0dc7fac2', chainId: '56' }], + profileLinks: { + siteUrl: 'https://www.marblex.io/en', + twitterUrl: 'https://x.com/MARBLEXofficial', + telegramUrl: 'https://t.me/MARBLEX_official_ENG', + }, + }, ] export default verifiedAssets