-
-
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?
Changes from all commits
68542c5
a9eedbb
54662b3
4e5acff
902919e
02b771d
eb33a14
854a29b
8240b50
7438160
1e07e99
c8fc53d
97de87a
688c781
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "name": "SkyTrade Pro (SUSDT)", | ||
| "symbol": "SUSDT", | ||
| "decimals": 18, | ||
| "erc20": true, | ||
| "logo": "./images/0x1f891d25a386e6f67ead37d9bfaF5C444213a134.png" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name": "SkyTrade Pro", | ||
| "symbol": "SUSDT", | ||
| "decimals": 18, | ||
| "logoURI": "https://github.com/skytradepro/contract-metadata/blob/master/images/0x1f891d25a386e6f67ead37d9bfaf5c444213a134.png", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @skytradepro are you able to address this comment as well as provide better quality image? |
||
| "tags": ["defi", "token", "bsc"], | ||
| "description": "Decentralized Finance token." | ||
| } | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Logo URL Incorrect, Path Duplicate IssueThe There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Logo URL Incorrect, Path Duplicated, Case MismatchThe |
||
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: Metadata Casing and Logo Path Errors
The contract address
0x1f891d25a386e6f67ead37d9bfaF5C444213a134in this metadata file and itslogopath uses inconsistent casing compared to the standard lowercase format. Thelogopath itself is also incorrect, as it points to./images/CONTRACT_ADDRESS.pnginstead of the expectedimages/bnb-chain/CONTRACT_ADDRESS/logo.pngstructure. This will result in broken logo links and potential lookup issues.