-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Create Create ADDLOGO-contract-map.json #1867
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
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,6 @@ | ||
| { | ||
| "0x25f2aabC1180DddAF5a859Be517dDA6dEC418773": { | ||
| "name": "Synth sETH", | ||
| "logo": "seth.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. Token map not publishedMedium Severity This commit adds a standalone JSON file, but Reviewed by Cursor Bugbot for commit dc72d1e. Configure here. |
||


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.
Referenced logo file missing
Medium Severity
The new entry sets
logotoseth.png, but this commit does not add that file underimages/(oricons/), and noseth.pngexists 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.Reviewed by Cursor Bugbot for commit dc72d1e. Configure here.