Skip to content

Fix: correct WBNB symbol label on BSC - #90

Open
munikes wants to merge 1 commit into
Railgun-Community:mainfrom
munikes:fix/bsc-wbnb-mislabeled
Open

Fix: correct WBNB symbol label on BSC#90
munikes wants to merge 1 commit into
Railgun-Community:mainfrom
munikes:fix/bsc-wbnb-mislabeled

Conversation

@munikes

@munikes munikes commented Aug 6, 2026

Copy link
Copy Markdown

Problem

TokenAddressBSC.WBNB (0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c) is labeled with symbol: 'WETH' in BLUECHIP_BSC (config-token-sets.ts).

The token itself is legitimate and liquid — WBNB is BSC's native wrapped token, actively traded with a real market price — so this doesn't break price lookups (CoinGecko queries by contract address, not symbol). But the mislabel is misleading in broadcaster logs and anywhere the symbol is surfaced.

Fix

Corrected the symbol from 'WETH' to 'WBNB'.

Verification

Confirmed on PolygonScan/BscScan that 0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c is the canonical Wrapped BNB contract on BSC.

TokenAddressBSC.WBNB (0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c) was
labeled with symbol 'WETH' in BLUECHIP_BSC. The token itself is a
legitimate, liquid asset and prices resolve fine regardless (price
lookups are by address, not symbol), but the label is misleading in
logs and any UI that surfaces the symbol.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant