web3-react icon indicating copy to clipboard operation
web3-react copied to clipboard

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

Results 213 web3-react issues
Sort by recently updated
recently updated
newest added

There is code to handle torus connect, disconnect and switch chain (to switch chain you must disconnect before, it seems torus not allowed to switch in wallet already logged in),...

Not sure how to handle errors with the library itself. ``` { setConnecting(true); activate(injected, undefined, true).then( () => { setConnecting(true) } ).catch((error) => { // ignore the error if it's...

**Steps to reproduce:** 1. Click **WalletConnect** button and open QR Code (`walletConnect.activate`) 2. Scan & Cancel the connection in the wallet application (metamask) 3. Repeat steps 1 and 2 **Actual...

Hi there, I've refrained from upgrading to v8 until there's some documentation, so still using v6. I'm curious if there is a method to eagerly connect wallet connect after an...

wontfix

It would be great to bring back the connector for Torus.

new-connector

I have a problem in wallet connect on mobile browser. I used web3-react to use walletconnect protocol. But It is not working on android and ios sometimes. First connection is...

hi @NoahZinsmeister -- excellent work on web3-react and wonderful to see the dev activity over the last few months. We've built a web3-react connector for our wallet Sequence (https://sequence.build /...

I need to be able to detect if the user switches account or network. I notice that the `activate` function is not called when those changes happen by the user....