Skip to content

Commit

Permalink
chore: Add MBDAO Token
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Aug 2, 2024
1 parent 34e00b2 commit 61ce200
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2647,6 +2647,21 @@
"telegramUrl": "https://t.me/officialmusicprotocol"
}
},
{
"tokenSymbol": "Moonboots DAO",
"tokenName": "MBDAO",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MBDAO.png",
"tokenAddresses": [
{
"address": "0x0dd7913197bfb6d2b1f03f9772ced06298f1a644",
"chainId": "8453"
}
],
"profileLinks": {
"twitterUrl": "https://x.com/MoonbootsDao",
"telegramUrl": "https://t.me/MoonBootsCommunity"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/MBDAO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1576,5 +1576,15 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/officialmusicprotocol',
},
},
{
tokenSymbol: 'Moonboots DAO',
tokenName: 'MBDAO',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MBDAO.png',
tokenAddresses: [{ address: '0x0dd7913197bfb6d2b1f03f9772ced06298f1a644', chainId: '8453' }],
profileLinks: {
twitterUrl: 'https://x.com/MoonbootsDao',
telegramUrl: 'https://t.me/MoonBootsCommunity',
},
},
]
export default verifiedAssets

0 comments on commit 61ce200

Please sign in to comment.