diff --git a/config/hardAssets.json b/config/hardAssets.json index 1e7670f..53eca97 100644 --- a/config/hardAssets.json +++ b/config/hardAssets.json @@ -201,6 +201,10 @@ "address": "0xfbda5f676cb37624f28265a144a48b0d6e87d3b6", "chainId": "8822" }, + { + "address": "0x870a8f46b62b8bdeda4c02530c1750cddf2ed32e", + "chainId": "81457" + }, { "address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::usdc", "chainId": "aptos" @@ -1252,6 +1256,10 @@ { "address": "0x5aea5775959fbc2557cc8789bc1bf90a239d9a91", "chainId": "324" + }, + { + "address": "0x4300000000000000000000000000000000000004", + "chainId": "81457" } ] }, diff --git a/config/whitelist.json b/config/whitelist.json index 4d95802..0a90227 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -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", @@ -2864,6 +2880,10 @@ "address": "0xfbda5f676cb37624f28265a144a48b0d6e87d3b6", "chainId": "8822" }, + { + "address": "0x870a8f46b62b8bdeda4c02530c1750cddf2ed32e", + "chainId": "81457" + }, { "address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::usdc", "chainId": "aptos" @@ -3915,6 +3935,10 @@ { "address": "0x5aea5775959fbc2557cc8789bc1bf90a239d9a91", "chainId": "324" + }, + { + "address": "0x4300000000000000000000000000000000000004", + "chainId": "81457" } ] }, diff --git a/logos/MAG.png b/logos/MAG.png new file mode 100644 index 0000000..9d855cd Binary files /dev/null and b/logos/MAG.png differ diff --git a/src/constants/hardAssets.ts b/src/constants/hardAssets.ts index b246aec..f41640a 100644 --- a/src/constants/hardAssets.ts +++ b/src/constants/hardAssets.ts @@ -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', @@ -373,6 +374,7 @@ const hardAssets: AddressMapping[] = [ chainId: '12360001', }, { address: '0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91', chainId: '324' }, + { address: '0x4300000000000000000000000000000000000004', chainId: '81457' }, ], }, { diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index e758203..4a1ac1e 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -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 \ No newline at end of file