Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Wrapped HYPE",
"symbol": "WHYPE",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit fbc72fe. Configure here.

"decimals": 18,
"erc20": true,
"logo": "./icons/eip155:10/erc20:0xd83E3d560bA6F05094d9D8B3EB8aaEA571D1864E.svg"
}