Skip to content

Commit

Permalink
chore: Add MAG Token to LHD
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Aug 6, 2024
1 parent 61ce200 commit 4b52fd8
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/hardAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@
"address": "0xfbda5f676cb37624f28265a144a48b0d6e87d3b6",
"chainId": "8822"
},
{
"address": "0x870a8f46b62b8bdeda4c02530c1750cddf2ed32e",
"chainId": "81457"
},
{
"address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::usdc",
"chainId": "aptos"
Expand Down Expand Up @@ -1252,6 +1256,10 @@
{
"address": "0x5aea5775959fbc2557cc8789bc1bf90a239d9a91",
"chainId": "324"
},
{
"address": "0x4300000000000000000000000000000000000004",
"chainId": "81457"
}
]
},
Expand Down
24 changes: 24 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2662,6 +2662,22 @@
"telegramUrl": "https://t.me/MoonBootsCommunity"
}
},
{
"tokenSymbol": "MAG",
"tokenName": "Magnify Cash",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MAG.png",
"tokenAddresses": [
{
"address": "0x71da932ccda723ba3ab730c976bc66daaf9c598c",
"chainId": "1"
}
],
"profileLinks": {
"siteUrl": "https://www.magnify.cash/",
"twitterUrl": "https://x.com/MagnifyCash",
"discordUrl": "https://discord.gg/magnifycash"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down Expand Up @@ -2864,6 +2880,10 @@
"address": "0xfbda5f676cb37624f28265a144a48b0d6e87d3b6",
"chainId": "8822"
},
{
"address": "0x870a8f46b62b8bdeda4c02530c1750cddf2ed32e",
"chainId": "81457"
},
{
"address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::usdc",
"chainId": "aptos"
Expand Down Expand Up @@ -3915,6 +3935,10 @@
{
"address": "0x5aea5775959fbc2557cc8789bc1bf90a239d9a91",
"chainId": "324"
},
{
"address": "0x4300000000000000000000000000000000000004",
"chainId": "81457"
}
]
},
Expand Down
Binary file added logos/MAG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/constants/hardAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const hardAssets: AddressMapping[] = [
{ address: '0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA', chainId: '8453' },
{ address: '0x176211869cA2b568f2A7D4EE941E073a821EE1ff', chainId: '59144' },
{ address: '0xFbDa5F676cB37624f28265A144A48B0d6e87d3b6', chainId: '8822' },
{ address: '0x870a8F46b62B8BDeda4c02530C1750CddF2ED32e', chainId: '81457' },
{
address: '0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::usdc',
chainId: 'aptos',
Expand Down Expand Up @@ -373,6 +374,7 @@ const hardAssets: AddressMapping[] = [
chainId: '12360001',
},
{ address: '0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91', chainId: '324' },
{ address: '0x4300000000000000000000000000000000000004', chainId: '81457' },
],
},
{
Expand Down
11 changes: 11 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1586,5 +1586,16 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/MoonBootsCommunity',
},
},
{
tokenSymbol: 'MAG',
tokenName: 'Magnify Cash',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MAG.png',
tokenAddresses: [{ address: '0x71da932ccda723ba3ab730c976bc66daaf9c598c', chainId: '1' }],
profileLinks: {
siteUrl: 'https://www.magnify.cash/',
twitterUrl: 'https://x.com/MagnifyCash',
discordUrl: 'https://discord.gg/magnifycash',
},
},
]
export default verifiedAssets

0 comments on commit 4b52fd8

Please sign in to comment.