web3modal icon indicating copy to clipboard operation
web3modal copied to clipboard

A single Web3 provider solution for all Wallets

Results 740 web3modal issues
Sort by recently updated
recently updated
newest added

# Description Currently the secure site doesn't know from which `chainId` the `rpcRequest` is co. It uses the last switched network. In multi-chain environments where multiple connections are possible, there...

# Description #### This update brings full multi-wallet support to AppKit 🔥 ### AppKit Client Updates - Wallet connection flow has been redesigned. - Connecting, switching, and disconnecting is now...

Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 2.1.8 to 2.1.9. Release notes Sourced from @​vitest/ui's releases. v2.1.9 This release includes security patches for: Browser mode serves arbitrary files | CVE-2025-24963 Remote Code Execution when...

dependencies
javascript

Bumps @leather.io/rpc from 2.1.21 to 2.18.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/[email protected]/rpc&package-manager=npm_and_yarn&previous-version=2.1.21&new-version=2.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
javascript

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.48.2 to 1.53.0. Release notes Sourced from @​playwright/test's releases. v1.53.0 Trace Viewer and HTML Reporter Updates New Steps in Trace Viewer and HTML reporter: New option in...

dependencies
javascript

Bumps [next](https://github.com/vercel/next.js) from 14.2.28 to 14.2.30. Release notes Sourced from next's releases. v14.2.30 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...

dependencies
javascript

# Description Chore: add script to check version mismatch postinstall I tested it with the following config in lab: ``` "@reown/appkit": "workspace:*", "@reown/appkit-adapter-ethers": "1.7.0", "@reown/appkit-adapter-wagmi": "1.6.9", ``` Result: ```
 Reown...

# Description Fixes issues on network switching logics where on the embedded wallet use case AppKit doesn't redirect page to the previous screen. Updates Demo app E2E tests to cover...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

### What problem does this new feature solve? Hey! At the moment there's a major difference in UX between using a wallet like Rainbow, which grants permissions to all networks...

feature-request