Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 529131d. Configure here.
| "decimals": 18, | ||
| "erc20": true, | ||
| "logo": "./icons/eip155:137/erc20:0x128AaC37df1eBc582A2C6b3e74D4cc5Da33aaEcE.png" | ||
| } |
There was a problem hiding this comment.
JSON metadata written to icon PNG file path
High Severity
The token's JSON metadata (name, symbol, decimals, etc.) is being written to icons/eip155:137/erc20:…png instead of metadata/eip155:137/erc20:…json. Every other token in this repo stores metadata as a .json file in the metadata/ directory and places the actual image in icons/. This file contains JSON but has a .png extension in the icons/ folder, meaning there's no valid icon image and no properly placed metadata file. The token won't load correctly.
Reviewed by Cursor Bugbot for commit 529131d. Configure here.


Token: QUANTA (Polygon Mainnet)
Contract: https://polygonscan.com/address/0x128AaC37df1eBc582A2C6b3e74D4cc5Da33aaEcE
Website: https://aetherq.vercel.app/
Chain ID: 137
Note
Low Risk
Low risk asset addition only, but the new
*.pngfile contains JSON metadata, so consumers expecting an actual image may fail to load the logo.Overview
Adds a new QUANTA (ERC-20) asset entry under
icons/eip155:137/erc20:0x128AaC37df1eBc582A2C6b3e74D4cc5Da33aaEcE.png, including token metadata (name,symbol,decimals) and a self-referentiallogopath.Reviewed by Cursor Bugbot for commit 529131d. Bugbot is set up for automated code reviews on this repo. Configure here.