feat: integrate binance wallet #1329
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR integrates Binance Wallet into the Hub and aligns its behavior with the Hub’s EVM namespace and capability model.
Binance Wallet provides broad EVM chain support and behaves correctly across connection, account switching, signing, and network handling. The only notable limitation is the lack of an auto-connect mechanism.
Implementation notes / limitations
Group
EVM
Binance Wallet supports the following EVM chains:
ETHEREUMOPTIMISMLINEAMETISBLASTCELOFANTOMMONADSONICBERACHAINBASEZETA_CHAINARBITRUMBSCSCROLLAVAX_CCHAINAll chains above have been integrated into the Hub’s EVM resolver and connection pipeline.
Feature
❌ Auto Connect
Binance Wallet does not support eager-connect (silent connection).
All other features—connection, account switching, signing, and network handling—work properly with no additional known limitations.
Related PRs
Fixes # (issue)
How did you test this change?
Binance Wallet was tested end-to-end within the Hub environment:
Verified manual connection flow on all supported EVM networks.
Confirmed correct account retrieval and address exposure.
Tested network switching inside Binance Wallet and ensured the Hub updates correctly.
Executed signing operations to validate compatibility.
Test A
Test B
Checklist: