feat: Add wHYPE token metadata and logo on Optimism#1783
feat: Add wHYPE token metadata and logo on Optimism#1783jtfirek wants to merge 1 commit intoMetaMask:masterfrom
Conversation
Made-with: Cursor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Reviewed by Cursor Bugbot for commit fbc72fe. Configure here.
| @@ -0,0 +1,7 @@ | |||
| { | |||
| "name": "Wrapped HYPE", | |||
| "symbol": "WHYPE", | |||
There was a problem hiding this comment.
Token symbol may not match on-chain value
Medium Severity
The symbol field is set to "WHYPE" but multiple blockchain explorers (Ethplorer, Scrollscan) that read directly from the contract's symbol() function report the on-chain symbol for contract 0xd83E3d560bA6F05094d9D8B3EB8aaEA571D1864E as "wHYPE" (lowercase 'w'). This contract (deployed by Hyperbeat) appears to use a different symbol than the native HyperEVM Wrapped HYPE at 0x5555...5555, which does use "WHYPE". Worth verifying against the actual on-chain return value on Optimism.
Reviewed by Cursor Bugbot for commit fbc72fe. Configure here.


📑 Description
Wrapped HYPE (WHYPE) is the ERC-20 wrapped version of the HYPE token from Hyperliquid on Optimism. Contract is verified on Etherscan.
✅ Checks
Made with Cursor
Note
Low Risk
Low risk: adds new static metadata JSON and SVG asset only, with no code or logic changes.
Overview
Adds a new CAIP-19 entry for Optimism
Wrapped HYPE(WHYPE) including decimals/erc20 fields and a referenced SVG logo.Introduces the corresponding token logo SVG under
icons/and links it from the new metadata JSON.Reviewed by Cursor Bugbot for commit fbc72fe. Bugbot is set up for automated code reviews on this repo. Configure here.