From de8307168ded0dfede919383d6d8a4e680ec1135 Mon Sep 17 00:00:00 2001 From: thedragontron Date: Wed, 28 Aug 2024 10:45:35 +0100 Subject: [PATCH 1/4] Update tokenlist.json Added DragonTron to the Token List --- tokenlist.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/tokenlist.json b/tokenlist.json index d814954..12bcf69 100644 --- a/tokenlist.json +++ b/tokenlist.json @@ -1,17 +1,16 @@ { - "address": "TW63guytLiXrGU9KrVgduoHRXaubaUkn3T", - "symbol": "Huobi 2nd Space", - "name": "Huobi 2nd Space Club", - "decimals": 6, - "logoURI": "https://hbg-prod-fed-public.hbfile.net/nuwa/static/prod/56020150-434a-46af-9eaa-fe1ed404c12b.gif", - "homepage": "https://www.huobi.com/", + "address": "TPBEsjyW8gZ72wpkyBF7gQNszKpGnSQT8e", + "symbol": "DGTRON", + "name": "DRAGON on TRON", + "decimals": 18, + "logoURI": "https://thedragontron.meme/wp-content/uploads/2024/08/DragonTronLogo.png", + "homepage": "https://thedragontron.meme/", "existingMarkets": [ { - "source": "ApeNFT", + "source": "sunpump.meme", "pairs": [ - "Huobi 2nd Space/USDT", - "Huobi 2nd Space/TRX" + "DGTRON/TRX" ] } ] -} \ No newline at end of file +} From 04a74ddd7bf4fb00c52acb859b2a764dd72121fb Mon Sep 17 00:00:00 2001 From: thedragontron Date: Wed, 28 Aug 2024 10:48:47 +0100 Subject: [PATCH 2/4] Update tokenlist.json --- tokenlist.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokenlist.json b/tokenlist.json index 12bcf69..bd74c02 100644 --- a/tokenlist.json +++ b/tokenlist.json @@ -9,7 +9,7 @@ { "source": "sunpump.meme", "pairs": [ - "DGTRON/TRX" + "DGTRON/WTRX" ] } ] From 08d17f10ed8369d18f7517e38d0a4b6a012e9a42 Mon Sep 17 00:00:00 2001 From: thedragontron Date: Fri, 25 Oct 2024 13:35:32 +0530 Subject: [PATCH 3/4] Update tokenlist.json with WTRX and USDT markets --- tokenlist.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tokenlist.json b/tokenlist.json index bd74c02..f5b3ebd 100644 --- a/tokenlist.json +++ b/tokenlist.json @@ -7,10 +7,16 @@ "homepage": "https://thedragontron.meme/", "existingMarkets": [ { - "source": "sunpump.meme", + "source": "SunSwap", "pairs": [ "DGTRON/WTRX" ] - } + }, + { + "source": "Just.Money", + "pairs": [ + "DGTRON/USDT" + ] + }, ] } From 6c1d204a59bfc599f8bed821a310d91b22a9febd Mon Sep 17 00:00:00 2001 From: thedragontron Date: Sat, 26 Oct 2024 00:54:50 +0530 Subject: [PATCH 4/4] Update tokenlist.json Logo Updated --- tokenlist.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tokenlist.json b/tokenlist.json index f5b3ebd..5be3e36 100644 --- a/tokenlist.json +++ b/tokenlist.json @@ -3,18 +3,20 @@ "symbol": "DGTRON", "name": "DRAGON on TRON", "decimals": 18, - "logoURI": "https://thedragontron.meme/wp-content/uploads/2024/08/DragonTronLogo.png", + "logoURI": "https://thedragontron.meme/wp-content/uploads/2024/10/DGTronLogo_Main-1.png", "homepage": "https://thedragontron.meme/", "existingMarkets": [ { "source": "SunSwap", "pairs": [ - "DGTRON/WTRX" + "DGTRON/WTRX", + "DGTRON/USDT" ] }, { "source": "Just.Money", "pairs": [ + "DGTRON/WTRX", "DGTRON/USDT" ] },