From 845ce445a949f3623eea77c90abfa2685e1c342a Mon Sep 17 00:00:00 2001 From: "starscrowding.com" <99181090+starscrowding@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:08:05 +0200 Subject: [PATCH 1/2] Add UAHT --- src/tokens/polygonTokens.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/tokens/polygonTokens.json b/src/tokens/polygonTokens.json index 9c819bdf9..36361df3b 100644 --- a/src/tokens/polygonTokens.json +++ b/src/tokens/polygonTokens.json @@ -20862,5 +20862,23 @@ "website": "https://tetu.io/" } } + }, + { + "chainId": 137, + "name": "uaht.io", + "symbol": "UAHT", + "decimals": 2, + "address": "0x0d9447e16072b636b4a1e8f2b8c644e58f3eaa6a", + "logoURI": "https://raw.githubusercontent.com/starscrowding/UAHT/dev/public/icon.png", + "tags": ["erc20", "stablecoin"], + "extensions": { + "rootAddress": "0x0d9447e16072b636b4a1e8f2b8c644e58f3eaa6a", + "project": { + "name": "UAHT", + "summary": "Borderless protocol for free people.", + "contact": "space@uaht.io", + "website": "https://uaht.io/" + } + } } ] From e8c5e6c52aeff445dd019c33cf1c52e7c5cfeddb Mon Sep 17 00:00:00 2001 From: "starscrowding.com" <99181090+starscrowding@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:29:40 +0200 Subject: [PATCH 2/2] Update polygonTokens.json update uaht tags and logo svg --- src/tokens/polygonTokens.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tokens/polygonTokens.json b/src/tokens/polygonTokens.json index 36361df3b..e3b51b9da 100644 --- a/src/tokens/polygonTokens.json +++ b/src/tokens/polygonTokens.json @@ -20869,8 +20869,8 @@ "symbol": "UAHT", "decimals": 2, "address": "0x0d9447e16072b636b4a1e8f2b8c644e58f3eaa6a", - "logoURI": "https://raw.githubusercontent.com/starscrowding/UAHT/dev/public/icon.png", - "tags": ["erc20", "stablecoin"], + "logoURI": "https://raw.githubusercontent.com/starscrowding/UAHT/dev/public/icon.svg", + "tags": ["erc20", "stablecoin", "noDeposit", "noWithdraw"], "extensions": { "rootAddress": "0x0d9447e16072b636b4a1e8f2b8c644e58f3eaa6a", "project": {