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
14 changes: 14 additions & 0 deletions icons/eip155:999/hip3:xyz_COPPER.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions metadata/eip155:999/hip3:xyz_COPPER.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Copper",
"symbol": "xyz:COPPER",
"decimals": 6,
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Inconsistent decimals field absent from all other metadata files

Medium Severity

The "decimals": 6 field is present in the COPPER metadata but absent from every other metadata file in the metadata/ directory, including the Gold and Silver hip3 assets this PR claims to follow as a design pattern. The decimals field only exists in contract-map.json, never in individual metadata JSON files. This inconsistency could cause unexpected behavior in consuming code that doesn't expect this field, or the value may simply be ignored, making it misleading dead metadata.

Fix in Cursor Fix in Web

"logo": "./icons/eip155:999/hip3:xyz_COPPER.svg"
}
Loading