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 215 web3-react issues
Sort by recently updated
recently updated
newest added

We are using `web3-react` in our project and now we are going to use [ethers v6](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md) it's already updated to v6 and stable enough Wouldn't you mind to update `@ethersproject`...

i have const { error } = useWeb3React(); to catch error when switch chain network or reject transaction,... If reject connect, it will throw error UserRejectedRequestErrorWalletConnect successfull. But when i...

Hello, I am using the @web3-react/gnosis-safe package with which works with Vite in development, but in production mode there Vite can't relate/find to the packages libraries: - @safe-{}/safe-apps-provider - @safe-{}/safe-apps-sdk...

I am using wallet-connect v1 connector, it's working on local with trust wallet, safe pal, Loopering, but not on server, however it's working with metamask mobile wallet, is there any...

Does anybody know how I request a withdrawal from my account

![image](https://user-images.githubusercontent.com/831308/231175515-604349d2-fd96-4500-a1ac-768ebb1a0eac.png) So this error has been popping when we try to switch from one evm chain to the other, specially when people have rpcs that are not functioning correctly. Is...

When switching from Ethereum chain to Polygon chain, the following error occurs. MetaMask - RPC Error: networkConfigurationId undefined does not match a configured networkConfiguration code: -32603 message: "networkConfigurationId undefined does...

after switching the network there's an error Uncaught (in promise) Error: could not detect network (chainId="0x0x38", event="invalidNetwork", serverError={"reason":"invalid BigNumber string","code":"INVALID_ARGUMENT","argument":"value","value":"0x0x38"}, code=NETWORK_ERROR, version=providers/5.7.2) is that a bug or something i dont...

I am trying to connect to my wallet using both MetaMask and WalletConnect. According to the example project, we have to use the provider separately to connect. What if I...

Hi everyone. I'm using "@web3-react/core": "6.1.9", "@web3-react/injected-connector": "6.0.7", "@web3-react/walletconnect-connector": "6.2.8" on my dapp. It works as expected locally. But on production env, I try to scan the QR code by...