Fix JSON formatting in FuraCoin metadata - #1890
Conversation
Add token metadata
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 6f6a1ea. Configure here.
|
|
||
| "erc20": true, | ||
|
|
||
| "logo": "./icons/eip155:1/erc20:0xe1631864495a2251Ae092d678111ACE32eE28aD4.png"} |
There was a problem hiding this comment.
Missing referenced token logo
High Severity
The logo field points to ./icons/eip155:1/erc20:0xe1631864495a2251Ae092d678111ACE32eE28aD4.png, but that icon file is not present in the repository. Token metadata is incomplete without the image, so the logo cannot render and asset verification/test/caip.js logo existence checks fail.
Reviewed by Cursor Bugbot for commit 6f6a1ea. Configure here.
…20:0xe1631864495a2251Ae092d678111ACE32eE28aD4.png
Add files via upload
|
He añadido el logo en icons/eip155:1/erc20/0xe1631864495a2251Ae092d678111ACE32eE28aD4.png para completar la metadata y resolver la advertencia del bot. Por favor, re-ejecuten los checks y revisen cuando puedan. Contacto: roselemerald@gmail.com / investment@emeraldstrade.com Comentario corto en inglés (si prefieres)Added the logo at icons/eip155:1/erc20/0xe1631864495a2251Ae092d678111ACE32eE28aD4.png to complete the metadata and fix the Cursor bot warning. Please re-run checks and review when possible. Contacts: roselemerald@gmail.com / investment@emeraldstrade.com |
… JSON - Place logo at icons/eip155:1/erc20:0xe163...D4.png (matches metadata logo field) - Remove misplaced root-level PNG from earlier upload - Normalize JSON formatting (no blank lines, proper closing brace)
Fix appliedResolved the Missing referenced token logo finding:
Please re-run checks / re-review. Contacts: roselemerald@gmail.com / investment@emeraldstrade.com |
Path note (please ignore any guide saying otherwise)The correct logo path uses a colon in the filename, not a ✅ Correct (what is in this PR now): ❌ Incorrect (do not upload here): Metadata |
|
He añadido el logo en la ruta referenciada y se han eliminado duplicados; la imagen es 256×256 PNG (RGBA). ¿Podrían re-ejecutar los checks y revisar/aprobar cuando puedan? Gracias. |
|
ES:@MRabenda urgente por favor — necesitamos que se aprueben los workflows en PR #1890 para que los checks se ejecuten. El logo ya está en icons/eip155:1/erc20/0xe1631864…png y tenemos ticket de soporte #120870179 solicitando revisión manual/escalado. ¿Podrías ayudar a aprobar y revisar pronto? Gracias. |


Add token metadata
Note
Low Risk
Static token metadata only; no runtime or security-sensitive code changes.
Overview
Adds FuraCoin (
FURA, 18 decimals) to the Ethereum mainnet ERC-20 catalog at contract0xe1631864495a2251Ae092d678111ACE32eE28aD4, using the same metadata shape as other tokens (name,symbol,decimals,erc20,logopath under./icons/...).Reviewed by Cursor Bugbot for commit 874bbb4. Bugbot is set up for automated code reviews on this repo. Configure here.