-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add SkyTrade Pro (SUSDT) token metadata #1549
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: master
Are you sure you want to change the base?
Conversation
|
Hello team, |
|
Hello, |
|
Hello MetaMask Team 👋 We are the official team of SkyTrade Pro (SUSDT).
✅ Official References:
📊 Market & DEX Links:
🔒 Transparency & Security:
🌍 Community & Listings:
📱 Social Media:
🚀 About SkyTrade Pro (SUSDT)
We kindly request your review and approval 🙏 so that our community can see SkyTrade Pro (SUSDT) correctly displayed in MetaMask. Thank you for your support ❤️ |
remove wrong PNG logo
Add SkyTrade Pro (SUSDT) metadata for BSC
Hello MetaMask team, This PR adds the SkyTrade Pro (SUSDT) token metadata and logo for Binance Smart Chain (chainId: 56). Details: - Contract: 0x1f891D25A386e6F67ead37d9BFAf5C444213a134 - Symbol: SUSDT - Decimals: 18 - Logo: Added in images folder (transparent background, 256x256) Thank you for reviewing.
| "logoURI": "https://github.com/skytradepro/contract-metadata/blob/master/images/0x1f891d25a386e6f67ead37d9bfaf5c444213a134.png", | ||
| "tags": ["defi", "token", "bsc"], | ||
| "description": "Decentralized Finance token." | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Logo URL Incorrect, Path Duplicated, Case Mismatch
The logoURI points to a GitHub blob URL, which serves the GitHub page instead of the raw image content. The file path includes a duplicated metadata/eip155:56/ segment. Additionally, the contract address in the filename uses lowercase hex characters (bfaf5c) while other files in this commit use uppercase (bfaF5C), which might cause lookup issues.
{
"name": "SkyTrade Pro",
"symbol": "SUSDT",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/skytradepro/contract-metadata/master/images/0x1f891d25a386e6f67ead37d9bfaf5c444213a134.png"
}