AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Informational 16 Bitcoin

feat: add bsc thorchain contracts

Public commit record

What the developer wrote

Authored by soralit

57/100 · Thin
feat: add bsc thorchain contracts
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
The short version

What changed, and why it matters

This commit adds two new BNB Smart Chain (BSC) THORChain router contract definitions to the wallet's built-in list of known smart contracts, and makes a small, safe-looking code change so the swap screen can display the correct network symbol (e.g., BNB) instead of hard-coding 'ETH'. There is no obvious security vulnerability in the diff itself; it appears to be a routine feature addition to support more cross-chain swaps.

Recommended action

No immediate security action required. Verify the two new contract addresses (`0xb30eC53F98ff5947EDe720D32aC2da7e52A5f56b`) and their selectors against official THORChain/BSC sources before release, and confirm the `strcpy_s` implementation matches the expected safe variant (some non-standard `strcpy_s` signatures exist).

Security signals we found

01

New smart contract ABI allowlist entries added for THORChain Router on BSC

02

Hard-coded 'ETH' network symbol replaced with current network symbol in swap UI

03

Use of strcpy_s with size derived from strlen(symbol)+1

Risk score

Why this scored 16/100

Our methodology →
Potential impact 2/30
Exploitability 1/25
Stealth signal 1/15
Affected reach 2/15
Confidence 7/10
Evidence quality 3/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.