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

I try to call the MetaMask deactivate method, but report connector.deactivate() is not a function error The same method coinbase can execute connector.deactivate() normally ![image](https://github.com/Uniswap/web3-react/assets/124959154/cfe7104d-723e-4268-9024-54944871cc3f)

When I try to activate my walletconnectv2 it keeps throwing the error as seen in the image. No idea what is causing it here is my package.json: "@web3-react/abstract-connector": "^6.0.7", "@web3-react/coinbase-wallet":...

!! Many dApps are still using web3-react v6 !! I have five dApp projects that use web3-react v6, so before WalletConnect v1 stops its service, I need to make significant...

./node_modules/@web3-react/walletconnect-v2/node_modules/@walletconnect/ethereum-provider/dist/index.es.js 64:14 Module parse failed: Unexpected token (64:14) File was processed with these loaders: * ./node_modules/babel-loader/lib/index.js You may need an additional loader to handle the result of these loaders. |...

Im using VITEJS + React TS Seeing an error when trying to use wallet connect in our dapp when deployed on IPFS. ` activate.ts:57 TypeError: Og2.default.init is not a function...

Hi, Team Uniswap, This PR adds bitget wallet to the list of supported wallets, to help our users connecting to web3-react dapps. Please let me know if anything needs to...

![image](https://github.com/Uniswap/web3-react/assets/123551683/62e9d18a-b989-4d05-8801-2423e15e2292) Custom chain with id 1338 for testnet & 1339 for mainnet with Metamask are working fine with web3-react v8. But with walletConnect V2 only default selection works with already...

WalletConnect2 shows the following error even if including the chain ID in chains and/or optionalChains Can be reproduced as follows: 1. navigate to https://web3-react-mu.vercel.app/ (make sure no previous connections on...