diff --git a/config/whitelist.json b/config/whitelist.json index 1ed287f..7714b79 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -2631,6 +2631,22 @@ "discordUrl": "https://discord.com/invite/layer3" } }, + { + "tokenSymbol": "RECORD", + "tokenName": "Music Protocol", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/RECORD.png", + "tokenAddresses": [ + { + "address": "0xe642657e4f43e6dcf0bd73ef24008394574dee28", + "chainId": "8453" + } + ], + "profileLinks": { + "siteUrl": "https://www.musicprotocol.io/", + "twitterUrl": "https://x.com/MusicProtocolX", + "telegramUrl": "https://t.me/officialmusicprotocol" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/RECORD.png b/logos/RECORD.png new file mode 100644 index 0000000..6dda1ea Binary files /dev/null and b/logos/RECORD.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index bbe2d91..cd98d4a 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -1565,5 +1565,16 @@ const verifiedAssets: AddressMapping[] = [ discordUrl: 'https://discord.com/invite/layer3', }, }, + { + tokenSymbol: 'RECORD', + tokenName: 'Music Protocol', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/RECORD.png', + tokenAddresses: [{ address: '0xe642657e4f43e6dcf0bd73ef24008394574dee28', chainId: '8453' }], + profileLinks: { + siteUrl: 'https://www.musicprotocol.io/', + twitterUrl: 'https://x.com/MusicProtocolX', + telegramUrl: 'https://t.me/officialmusicprotocol', + }, + }, ] export default verifiedAssets \ No newline at end of file