-
Notifications
You must be signed in to change notification settings - Fork 541
Add MUSDT token to tokenlist.json #518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add MUSDT token to tokenlist.json #518
Conversation
Added MyUSDT contract with symbol MUSDT and homepage ghostcore.app.
Added MUSDT token details to tokenlist.json. - Address: TQWmo6zU8dtw9X2uB8rJkXdxK3gTVy2YuS - Symbol: MUSDT - Name: MyUSDT - Decimals: 18 - Homepage: https://ghostcore.app - Logo: (GitHub-hosted image link) - Market: SunSwap MUSDT/TRX
remove extra file (keep tokenlist.json only)
This commit adds the MUSDT token to the Tron token list. Token Details: - Address: TQjmoKtd8xUv8zBkdXxGqTYy2Vu5 - Name: MUSDT - Symbol: MUSDT - Decimals: 18 - Logo URI: https://github.com/typhoonenterprises6511-boop/tron-tvc-list/blob/musdt-listing-clean/musdt-logo.png?raw=true - Official Homepage: https://ghostcore.app - MarketCap Link: https://coinmarketcap.com/currencies/tether/ Existing Markets: - Source: SunSwap - Pair: MUSDT/TRX ✅ All requirements from TronScan’s token submission guidelines have been followed: - Correct JSON format - Unique contract address - Valid logo in .png format with public URL - Homepage + MarketCap link provided - Market trading pair included This PR is ready for review and approval.
|
### ### MUSDT Token Listing Request Dear TronScan Team, This PR adds the MUSDT token to the Tron token list with complete metadata:
✅ JSON validated We kindly request your review and approval for merging. Best regards, |
MUSDT Token Listing RequestDear TronScan Team, This PR adds the MUSDT token to the Tron token list with complete metadata:
✅ JSON validated We kindly request your review and approval for merging. Best regards, |
|
Thank you @Volimjasnu12 for the review and approval 🙏 |
[
{
"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/",
"existingMarkets": [
{
"source": "ApeNFT",
"pairs": [
"Huobi 2nd Space/USDT",
"Huobi 2nd Space/TRX"
]
}
]
},
{
"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"
]
}
]
}
]