From 593bd384ed3770f5e6e9d5249db564410368ba4c Mon Sep 17 00:00:00 2001 From: tax999 <99941164+tax999@users.noreply.github.com> Date: Tue, 16 Sep 2025 12:59:29 +0100 Subject: [PATCH 1/2] Add USDT.B token to Rango list --- templates/token-list.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/templates/token-list.json b/templates/token-list.json index c055e43..7b92e33 100644 --- a/templates/token-list.json +++ b/templates/token-list.json @@ -1,13 +1,22 @@ { "name": "Rango Custom Token List", - "logoURI": "", + "logoURI": "https://usdtbio.vercel.app/logo.png", "keywords": ["rango", "list"], - "timestamp": "2023-08-23T00:00:00.000Z", + "timestamp": "2025-09-16T00:00:00.000Z", "version": { "major": 1, "minor": 1, "patch": 1 }, "tags": {}, - "tokens": [] -} \ No newline at end of file + "tokens": [ + { + "name": "USDT.B", + "symbol": "USDT.B", + "address": "0x10a6037a860a1ed06ac7b6f5d7a7b75d59eb33b4", + "chainId": 56, + "decimals": 6, + "logoURI": "https://usdtbio.vercel.app/logo.png" + } + ] +} From 6a8f2e83f73ff357c25bb2a2f00fcb933ff2c026 Mon Sep 17 00:00:00 2001 From: tax999 <99941164+tax999@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:11:58 +0100 Subject: [PATCH 2/2] Add USDT.B token to Rango list --- templates/token-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/token-list.json b/templates/token-list.json index 7b92e33..dc77f53 100644 --- a/templates/token-list.json +++ b/templates/token-list.json @@ -1,6 +1,6 @@ { "name": "Rango Custom Token List", - "logoURI": "https://usdtbio.vercel.app/logo.png", + "logoURI": "https://usdtbio.vercel.app/USDTB.png", "keywords": ["rango", "list"], "timestamp": "2025-09-16T00:00:00.000Z", "version": { @@ -16,7 +16,7 @@ "address": "0x10a6037a860a1ed06ac7b6f5d7a7b75d59eb33b4", "chainId": 56, "decimals": 6, - "logoURI": "https://usdtbio.vercel.app/logo.png" + "logoURI": "https://usdtbio.vercel.app/USDTB.png" } ] }