Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions contract-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "MyUSDT",
"symbol": "MUSDT",
"address": "TPHjxcwuDiAJtnySMo99ou7Rbqo8cqVhsh",
"decimals": 6,
"logo": "https://i.ibb.co/s9HhX5jP/file-00000000b53482468cb1a919f5cc14ff.png",
"website": "https://github.com/nassicatbessir-cell/justlists",
"description": "A custom TRC20 token for testing and demonstration purposes."
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Token metadata never consumed

Medium Severity

The new contract-metadata.json file is not read by buildindex.js or exported by index.js, so MUSDT never enters the published contract map. The entry also includes unpermitted fields and a remote logo URL that the existing metadata format does not consume.

Fix in CursorFix in Web

Reviewed by Cursor Bugbot for commit d98102c. Configure here.