diff --git a/config/whitelist.json b/config/whitelist.json index a86317b..46ffc8d 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -4466,6 +4466,26 @@ "telegramUrl": "https://t.me/ZND_Official" } }, + { + "tokenSymbol": "GMRT", + "tokenName": "The Game Company", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/GMRT.png", + "tokenAddresses": [ + { + "address": "0x6967f0974d76d34e140cae27efea32cdf546b58e", + "chainId": "8453" + }, + { + "address": "0x6967f0974d76d34e140cae27efea32cdf546b58e", + "chainId": "1" + } + ], + "profileLinks": { + "siteUrl": "https://www.gmrtag.io/", + "twitterUrl": "https://x.com/TheGame_Company", + "discordUrl": "https://t.co/BwAgkgiHd5" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/GMRT.png b/logos/GMRT.png new file mode 100644 index 0000000..173e3e1 Binary files /dev/null and b/logos/GMRT.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 322119f..b110835 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -2808,5 +2808,19 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/ZND_Official', }, }, + { + tokenSymbol: 'GMRT', + tokenName: 'The Game Company', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/GMRT.png', + tokenAddresses: [ + { address: '0x6967f0974d76d34e140cae27efea32cdf546b58e', chainId: '8453' }, + { address: '0x6967f0974d76d34e140cae27efea32cdf546b58e', chainId: '1' }, + ], + profileLinks: { + siteUrl: 'https://www.gmrtag.io/', + twitterUrl: 'https://x.com/TheGame_Company', + discordUrl: 'https://t.co/BwAgkgiHd5', + }, + }, ] export default verifiedAssets