added CasinoUsd icon add and metadata. - #1884
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 fce0c37. Configure here.
| "notes": { | ||
| "contractVerifiedOnEtherscan": true, | ||
| "tokenListAvailableOnHttpsOrIpfs": true | ||
| } |
There was a problem hiding this comment.
Invalid nested metadata schema
High Severity
Token fields were nested under token, with extra top-level project, references, and notes objects. Metadata in this package is flat and limited to permitted-fields.json (name, symbol, decimals, erc20, logo, etc.). Consumers and tests read those keys at the root, so this entry loses its name, symbol, decimals, and logo and fails the permitted-fields check.
Reviewed by Cursor Bugbot for commit fce0c37. Configure here.


MetaMask Ecosystem Submission Template
MetaMask does not guarantee direct manual token onboarding from contract metadata.
Use this package to improve automatic detection through indexers and token lists.
Token data
URLs
Suggested submission notes
Please include CasinoUsd (cUSDT) in token indexing/list ecosystems used by MetaMask discovery.
Contract is verified and active on Ethereum mainnet with liquidity and transfer activity.
Note
Low Risk
Static token metadata and icon only; no application logic, auth, or data-handling changes.
Overview
Adds CasinoUsd (
cUSDT) to the token catalog for Ethereum mainnet (chain ID 1) at contract0x9301d03bC62B79eA914Ebf73ce0dDF71dc95E921.The new metadata entry records 18 decimals, an SVG logo path, project links (website, X, Telegram), and discovery references (Etherscan, DexScreener, IPFS token list, CoinMarketCap/GeckoTerminal). Notes flag a verified contract and an HTTPS/IPFS token list.
Reviewed by Cursor Bugbot for commit fce0c37. Bugbot is set up for automated code reviews on this repo. Configure here.