Skip to content

Commit

Permalink
Merge pull request #98 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add RECORD Token
  • Loading branch information
efeDaniels authored Aug 2, 2024
2 parents a775cec + 34e00b2 commit 9dae3af
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file added logos/RECORD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9dae3af

Please sign in to comment.