web3-react
web3-react copied to clipboard
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
This PR updates the repo to reflect current NPM state - [email protected] - @web3-react/[email protected] - @web3-react/[email protected] - @web3-react/[email protected] - @web3-react/[email protected] - @web3-react/[email protected] - @web3-react/[email protected] - @web3-react/[email protected] - @web3-react/[email protected] - @web3-react/[email protected]...
**Node Version is v14.21.2** This is my package.json file: ```{ "name": "my-app", "version": "0.1.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^13.0.0", "@testing-library/user-event": "^13.2.1", "@types/jest": "^27.0.1", "@types/node": "^16.7.13", "@types/react": "^17.0.0",...
I am use web3-react: 8.1.3-beta.0 on core and 8.5.1 for walletconnect-v2 What i am trying to do is a get an ethers contract like so new ethers.Contract(address, abi, signer) address...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@web3-react/[email protected]` for the project I'm working on. There is an issue with `this.provider.on('connect')`...
How to reproduce: connect with coinbase do some transaction and after if you deactivate the wallet and again try to connect it show "confirm on phone" snackbar. version: "@web3-react/coinbase-wallet": "^8.2.0",...
We are MetaMask SDK developers and we would like to help you add support for the MetaMask SDK to the MetaMask connector. This would enable to add support to MetaMask...
I have problems connecting with a Coinbase Wallet. Keep in mind i have installed both Metamask and Coinbase Wallet. When using web3React and activating the WalletLinkConnector like this: const coinbaseWalletConnector...
The main issue is that web3-react/core and others are using `"@ethersproject/providers": "^5",` This creates issues with BigNumber vs the native BigInt used in ethers v6 Take this code for instance...