Create erc20:0x2970134F4e01a8AE77b36c37c7b688b4ADEC76CF.json - #1920
Create erc20:0x2970134F4e01a8AE77b36c37c7b688b4ADEC76CF.json#1920armaverseio wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Reviewed by Cursor Bugbot for commit 65fadb6. Configure here.
| "decimals": 18, | ||
| "erc20": true, | ||
| "logo": "./icons/eip155:56/erc20:0x2970134F4e01a8AE77b36c37c7b688b4ADEC76CF.svg" | ||
| } |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 65fadb6. Configure here.
| "symbol": "ARMA", | ||
| "decimals": 18, | ||
| "erc20": true, | ||
| "logo": "./icons/eip155:56/erc20:0x2970134F4e01a8AE77b36c37c7b688b4ADEC76CF.svg" |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 65fadb6. Configure here.


Note
Low Risk
Static token list metadata only; no logic, auth, or data-handling changes.
Overview
Adds token metadata for ARMAVERSE (
ARMA) on BNB Chain (eip155:56) at0x2970134F4e01a8AE77b36c37c7b688b4ADEC76CF, including name, symbol, 18 decimals, and a logo path.Reviewed by Cursor Bugbot for commit 65fadb6. Bugbot is set up for automated code reviews on this repo. Configure here.