Add Ice Snow Coin (ISC) BEP20 token metadata#1830
Conversation
Add Ice Snow Coin (ISC) BEP20 metadata
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ 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 994cef8. Configure here.
| "symbol": "ISC", | ||
| "decimals": 18, | ||
| "chainId": 56 | ||
| } |
There was a problem hiding this comment.
BSC token in legacy map
Medium Severity
ISC is registered only in the flat contract-map.json, while other BSC assets in this repo live under metadata/eip155:56/. CAIP-based outputs built from metadata/ (for example buildindex.js and the multichain token list) will not include this token.
Reviewed by Cursor Bugbot for commit 994cef8. Configure here.
|
Hi @MRabenda, could you please review this PR when you have a chance? The token is actively traded on PancakeSwap with locked liquidity. Happy to make any adjustments if needed. Thank you! |


Description
Adding metadata and logo for Ice Snow Coin (ISC) on BNB Smart Chain.
Token Info
Checklist
images/directory (ISC.png)contract-map.jsonNote
Low Risk
Metadata-only registry change with no application logic, auth, or financial code affected.
Overview
Registers Ice Snow Coin (ISC) on BSC by adding contract
0x11229a3f976566FA8a3ba462C432122f3B8876f6tocontract-map.jsonwith name, symbol, 18 decimals, and logoISC.png.The diff also fixes JSON structure at the end of the file: the Frankencoin Pool Share (
FPS) entry is closed with},before the new object instead of an incorrect trailing brace.Reviewed by Cursor Bugbot for commit d0d8787. Bugbot is set up for automated code reviews on this repo. Configure here.