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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "ARMAVERSE",
"symbol": "ARMA",
"decimals": 18,
"erc20": true,
"logo": "./icons/eip155:56/erc20:0x2970134F4e01a8AE77b36c37c7b688b4ADEC76CF.svg"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Referenced logo file missing

High Severity

The logo field points to ./icons/eip155:56/erc20:0x2970134F4e01a8AE77b36c37c7b688b4ADEC76CF.svg, but that icon is not present in the repository. Even after moving the metadata into the correct folder, consumers would resolve a missing image path.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 65fadb6. Configure here.

}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Metadata file in wrong directory

High Severity

This asset metadata was added under eip155:56/ at the repo root instead of metadata/eip155:56/. buildindex.js only reads files under metadata/, so this entry is never included in contract-map.json and the token never appears in the published map.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 65fadb6. Configure here.