Skip to content
Open
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "FlagShiiip",
"symbol": "FTN",
"decimals": 18,
"erc20": true,
"logo": "./icons/eip155:137/erc20:0x6f3379Bd55DFb8bE9Fb6fE7D30eb6Fb5630483dd.svg"
Copy link

Choose a reason for hiding this comment

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

Bug: JSON Logo Path Incorrect Relative Reference

The logo path in the new JSON file uses an incorrect relative reference. Located in metadata/eip155:137/, the path ./icons/... incorrectly looks for the icon within metadata/eip155:137/icons/, rather than navigating up to the root-level icons/ directory.

Fix in Cursor Fix in Web

}