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
6 changes: 6 additions & 0 deletions Create ADDLOGO-contract-map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"0x25f2aabC1180DddAF5a859Be517dDA6dEC418773": {
"name": "Synth sETH",
"logo": "seth.png"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Referenced logo file missing

Medium Severity

The new entry sets logo to seth.png, but this commit does not add that file under images/ (or icons/), and no seth.png exists in the repository. The metadata points at an asset that is not present, so any workflow that resolves logos from this map would fail for this address.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit dc72d1e. Configure here.

}
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Token map not published

Medium Severity

This commit adds a standalone JSON file, but index.js only exports contract-map.json, buildindex.js builds from metadata/, and package.json does not ship this filename. Nothing in the codebase reads Create ADDLOGO-contract-map.json, so the Synth sETH entry never reaches consumers of @metamask/contract-metadata.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit dc72d1e. Configure here.