use-wallet icon indicating copy to clipboard operation
use-wallet copied to clipboard

👛 useWallet() · All-in-one solution to connect a dapp to an Ethereum provider.

Results 90 use-wallet issues
Sort by recently updated
recently updated
newest added

- Removing images to make use-wallet works with nextjs - Adding an option to customize getLibrary of Web3ReactProvider

Hi, I have an issue with Next.js + useWallet setup. The error is next: My `package.json` file: ```json { "dependencies": { "next": "12.1.5", "react": "18.0.0", "react-dom": "18.0.0", "use-wallet": "0.13.6" },...

- Whenever clicking on the connect button metamask gets connected but it shows MetaMask - RPC Error: missing value for required argument 1 error in the console.log

when i use chain that don't support ,it will throw error 'Uncaught ChainUnknownError: Unknown chain id: 30'

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

when i use autoConnect,The following is my operation: 1、Disconnect all accounts 2、Refresh page use-wallet will automatically pop up MetaMask,this is not what i want,At this time, what I expect is...

[![CLA assistant check](https://cla-assistant.io/pull/badge/signed)](https://cla-assistant.io/klaytn/klaytn-docs?pullRequest=452) All committers have signed the CLA. _Originally posted by @CLAassistant in https://github.com/klaytn/klaytn-docs/pull/452#issuecomment-1176053074_

Adds function to dynamically update CHAIN_INFORMATION map.

hello, there is only mainnet support for wallet link, please add Ethereum testnets support in the walletlink.

How to configure usewalletprovider flexibly? Do you have to pass in fixed chainid and connectors configuration at present?