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

We are using a [web3-react v6](https://www.npmjs.com/package/web3-react) for integrating different wallets into our platform. We are facing an issue with the Portis wallet, in the Firefox browser account popup is working...

I try to connect using: `await connector.activate(addChainParameter)` where `addChainParameter = { "chainId": 1337, "chainName": "Ganache", "rpcUrls": [ "http://127.0.0.1:7545" ], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "blockExplorerUrls": [...

Hey, I'm using `8.0.22-beta.0` of this library. I'm using class `CoinbaseWallet` to `initializeConnector` has Error on 4 line: ``` TS2344: Type 'CoinbaseWallet' does not satisfy the constraint 'Connector'.   Property 'customProvider'...

Added Orderinbox to the projects using web3-react

Started seeing these after switching to `web3-react` from `wagmi` - anyone know what the purpose is? They seem harmless but maybe unnecessary because they always get a 400 from the...

The error 1013 shouldn't lead to the wallet disconnection, because it's just an attempting to reestablish the connection. It blocks https://github.com/cowprotocol/cowswap/pull/924

__Originally posted by @Donasela2019 in https://github.com/Donasela/demo-repository/issues/2__

[Candle (CNDL)](https://candlelabs.org)

The bug relates to #279 I'm experiencing the same issue and was wondering if anyone found out a fix for it? https://github.com/Uniswap/web3-react/issues/279