Skip to content

feat: integrate migrated EVM and Solana providers - #6540

Draft
Tougee wants to merge 1 commit into
masterfrom
feat/web3-provider
Draft

feat: integrate migrated EVM and Solana providers#6540
Tougee wants to merge 1 commit into
masterfrom
feat/web3-provider

Conversation

@Tougee

@Tougee Tougee commented Jul 28, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings July 28, 2026 13:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Integrates the migrated EVM and Solana JavaScript providers with the Android WebView bridge.

Changes:

  • Initializes and registers the migrated providers.
  • Updates native-to-JavaScript callbacks.
  • Adds EVM message validation and chain-aware signing.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

File Description
init.js Configures and exposes migrated providers.
JsInjectorClient.kt Supplies updated provider configuration.
WebFragment.kt Adapts WebView bridge and signing flows.
BrowserWalletBottomSheetDialogFragment.kt Updates signing responses and address selection.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

const normalizedChainId = '0x' + parseInt(chainId || '1').toString(16);
ethereum.setChainId(normalizedChainId);
ethereum.emit('chainChanged', normalizedChainId);
ethereum.emit('networkChanged', parseInt(normalizedChainId));
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.

2 participants