Skip to content

Commit

Permalink
chore: Add MFT Token
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Dec 10, 2024
1 parent 06726c1 commit 39d0104
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 @@ -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",
Expand Down
Binary file added logos/MFT.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 @@ -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

0 comments on commit 39d0104

Please sign in to comment.