Conversation
There was a problem hiding this comment.
As provided. Since it is not released yet and specific to this chain, there is no better quality logo
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.
| { | ||
| "name": "Frax USD", | ||
| "symbol": "frxUSD", | ||
| "decimals": 6, |
There was a problem hiding this comment.
frxUSD decimals inconsistent with all other chains
Medium Severity
The decimals for frxUSD is set to 6, but every other frxUSD entry in this repository (on Sei chain 1329 and Fraxtal chain 252) uses decimals: 18. This appears to be a copy-paste issue where all five new tokens were given decimals: 6 — correct for USDT0, USDC.e, and EURC.e, but likely wrong for frxUSD. Incorrect decimals in token metadata causes wallets to display wildly inaccurate balances.
There was a problem hiding this comment.
Good point. It is 6 decimals on Tempo chain so that value is correct but the points will be raised with Tempo to validate this.


Note
Low Risk
Low risk: this PR only adds new static token metadata JSON files and SVG assets, with no executable code or behavior changes.
Overview
Adds Tempo mainnet (
eip155:4217) ERC-20 entries by introducing newmetadata/*.jsonfiles and correspondingicons/*.svglogos.The new metadata covers
PathUSD,USDT0,Frax USD (frxUSD),Bridged USDC (Stargate) (USDC.e), andBridged EURC (Stargate) (EURC.e), each pointing to its newly added icon asset.Written by Cursor Bugbot for commit 756fdb7. This will update automatically on new commits. Configure here.