diff --git a/MyUSDT token b/MyUSDT token new file mode 100644 index 0000000..111d421 --- /dev/null +++ b/MyUSDT token @@ -0,0 +1,17 @@ +{ + "address": "TQWmo6Zu8dtw9X2uB8rJkXdxK3gTVy2YuS", + "symbol": "MUSDT", + "name": "MyUSDT", + "decimals": 18, + "logoURI": "https://raw.githubusercontent.com/typhoonenterprises6511-boop/tron-tvc-list/main/WhatsApp%20Image%202025-09-24%20at%2009.42.58.jpeg", + "homepage": "https://ghostcore.app", + "MarketCapLink": "https://coinmarketcap.com/currencies/tether/", + "existingMarkets": [ + { + "source": "SunSwap", + "pairs": [ + "MUSDT/TRX" + ] + } + ] +} diff --git a/README.md b/README.md deleted file mode 100644 index 8969280..0000000 --- a/README.md +++ /dev/null @@ -1,50 +0,0 @@ -# Adding new token -The JSON schema for the tokens includes: address, name, decimals, symbol, logoURI, official homepage, MarketCap link, existing Markets. - -Follow the steps below to add a new token: -1) Fork this repo. -2) change the JSON file `tokenlist.json`, adding such as: (PLEASE DO NOT REMOVE EXISITING TOKENS) -``` -{ - "address": "TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7", - "symbol": "WIN", - "name": "WINkLink", - "decimals": 6, - "logoURI": "https://coin.top/profile_images/JKtJTydD_400x400.jpg", - "homepage": "https://winklink.org/", - "MarketCapLink": "https://coinmarketcap.com/currencies/wink/", - "existingMarkets": [ - { - "source": "Binance", - "pairs": [ - "WIN/USDT", - "WIN/BUSD", - "WIN/BNB", - "WIN/USDC" - ] - }, - { - "source": "Poloniex", - "pairs": [ - "WIN/USDT" - ] - }, - { - "source": "KuCoin", - "pairs": [ - "WIN/USDT" - ] - } - ] -} -``` -* `address`[Required]: your token address. -* `symbol`[Required]: your token symbol. -* `name`[Required]: your token name. -* `logoURI`[Required]: the logo URI of your token. -* `homepage`[Required]: the home page of your token. -* `MarketCapLink`[Optional]: the coinmarketcap or coingecko link for your token. -* `existingMarkets`[Required]: where to trade with your token. -3) Submit PR with the changed JSON file. - - diff --git a/WhatsApp Image 2025-09-24 at 09.42.58.jpeg b/WhatsApp Image 2025-09-24 at 09.42.58.jpeg new file mode 100644 index 0000000..635f451 Binary files /dev/null and b/WhatsApp Image 2025-09-24 at 09.42.58.jpeg differ diff --git a/tokenlist.json b/tokenlist.json index d814954..a0503ce 100644 --- a/tokenlist.json +++ b/tokenlist.json @@ -1,17 +1,17 @@ { - "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": "TQWmo6Zu8dtw9X2uB8rJkXdxK3gTVy2YuS", + "symbol": "MUSDT", + "name": "MyUSDT", + "decimals": 18, + "logoURI": "https://raw.githubusercontent.com/typhoonenterprises6511-boop/tron-tvc-list/main/WhatsApp%20Image%202025-09-24%20at%2009.42.58.jpeg", + "homepage": "https://ghostcore.app", + "MarketCapLink": "https://coinmarketcap.com/currencies/tether/", "existingMarkets": [ { - "source": "ApeNFT", + "source": "SunSwap", "pairs": [ - "Huobi 2nd Space/USDT", - "Huobi 2nd Space/TRX" + "MUSDT/TRX" ] } - ] -} \ No newline at end of file + ] +}