From 1688673cd0a0c8c659e1e436b71214a4576ec597 Mon Sep 17 00:00:00 2001 From: Bailey N <> Date: Mon, 23 Sep 2024 01:42:31 +1000 Subject: [PATCH] Add THAT Token --- src/tokens/polygonTokens.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/tokens/polygonTokens.json b/src/tokens/polygonTokens.json index 9c819bdf9..36bfae0aa 100644 --- a/src/tokens/polygonTokens.json +++ b/src/tokens/polygonTokens.json @@ -20862,5 +20862,23 @@ "website": "https://tetu.io/" } } + }, + { + "chainId": 137, + "name": "THAT", + "symbol": "THAT", + "decimals": 18, + "address": "0xd2e57e7019a8faea8b3e4a3738ee5b269975008a", + "logoURI": "https://raw.githubusercontent.com/THAT-Global/brand-assets/4517783608b6b66acc87bd1bf43f56136ad42e4d/that.svg", + "tags": ["pos", "erc20", "noDeposit", "noWithdraw", "swapable"], + "extensions": { + "rootAddress": "0xd2e57e7019a8faea8b3e4a3738ee5b269975008a", + "project": { + "name": "THAT", + "summary": "THAT facilitates native, real-world crypto payments, with specific emphasis on ease of use and merchant recognition.", + "contact": "contact@that.global", + "website": "https://that.website/" + } + } } ]