Skip to content
Merged
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 @@
{
"logo": "./icons/eip155:1/erc20:0x4647e1fE715c9e23959022C2416C71867F5a6E80.svg",
"name": "Wrapped Octra",
"symbol": "wOCT",
"decimals": 6,
"erc20": true
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Metadata JSON field ordering inconsistent with repository convention

Low Severity

The logo field is placed first in this metadata file, but every other metadata file in the repository consistently uses the ordering name, symbol, decimals, erc20, logo (with logo last). No other file in metadata/ places logo first. This breaks the established convention across hundreds of files, reducing consistency and making this entry stand out unnecessarily during reviews or diffs.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit d44088e. Configure here.

Loading