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

When my wallet (MetaMask) is set to the xDai network (100), `active` returns false, and `chainId` returns undefined. Other networks (Polygon, Arbitrum, Kovan, etc.) behave as expected. This is the...

cant-reproduce

This PR adds an id to each connector to make it possible to identify them for UI development As mentioned on issue #184, we want to make web3-react compatible with...

v6

Support for injected connectors other than metamask should be considered (e.g. trust). This could be accomplished via a new connector which is more generic and handles edge cases/non-standard behavior better,...

discussion

I've been debugging for this problem, the hook is not detected on that page alone. will create the bug repo later. ``` "@web3-react/core": "^6.1.9", "@web3-react/injected-connector": "^6.0.7",

### 🛠️ Config Node 16.15.0 Yarn 1.22.19 Code and other config from [example-next](https://github.com/Uniswap/web3-react/blob/main/packages/example-next/) ### Context We have our working blockchain in docker that is exposed on localhost:8545, with blockExplorer on...

**The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) 1 Ignored Deployment | Name | Status | Preview | Updated | | :--- | :----- |...

It would appear one of these packages relies on some outdated packages, but I am really struggling to migrate over from v6 as the v8 example is both in typescript,...

Hi, I am using web3ReactHooks into my context. If I don't set the values into storage, they can't persist in refreshing. I mean, when user connects the wallet and refresh...