Skip to content

Add QUANTA token to Metamask#1794

Open
johndole wants to merge 3 commits intoMetaMask:masterfrom
johndole:master
Open

Add QUANTA token to Metamask#1794
johndole wants to merge 3 commits intoMetaMask:masterfrom
johndole:master

Conversation

@johndole
Copy link
Copy Markdown

@johndole johndole commented Apr 24, 2026

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 *.png file 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-referential logo path.

Reviewed by Cursor Bugbot for commit 529131d. Bugbot is set up for automated code reviews on this repo. Configure here.

@johndole johndole requested review from a team and MRabenda as code owners April 24, 2026 18:26
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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"
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 529131d. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant