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

Pretty much the entire eth ecosystem relies on this library and the docs are non-existent. Today I spent hours working out why the coinbase connector wouldn't work out of the...

I am tring to connect it with a custom testnet chainID. In start it worked fine QR code opened and I connected my app. but now QR code opens 1/50...

When a we switches(manually from mobile wallet) to a new account using the Account Switch feature, the app updates the UI to display the new account's details, such as the...

I have clone the next example web app and try to run the code and I'm getting a QR code but I'm unable to scan the QR code I m...

See the example app here: https://web3-react-mu.vercel.app/ If you try to select any other chain under walletConnectV2 besides mainnet you see the following error: ``` Error: Invalid chainId 10. Make sure...

My React project got this error : ./node_modules/@web3-react/walletconnect-v2/node_modules/@walletconnect/ethereum-provider/dist/index.es.js 59:10 Module parse failed: Unexpected token (59:10) File was processed with these loaders: * ./node_modules/react-scripts/node_modules/babel-loader/lib/index.js You may need an additional loader to...

I got this error when chang account from A to from B. Pls help me resolve error

I am trying to sign a message with Ledger through Rabby using personal_sign: ```JS const signature = await web3.eth.personal.sign(messageToSign, account, '') ``` And this is the error I get in...

WC recently released e [new version](https://github.com/WalletConnect/walletconnect-monorepo/releases), and now it's not required to provide the required chains. Can you adopt to these new changes? ![image](https://github.com/Uniswap/web3-react/assets/107812611/2bad141b-aa77-41cc-a844-0b3e16fad2f9)

Copied this issue from another repo (https://github.com/orgs/WalletConnect/discussions/2733) but this one has the exact same issue. They fixed it like this: https://github.com/WalletConnect/walletconnect-monorepo/commit/ae452ed7c0ca5ca422609c3812d835753c59add3 --------------------- More users currently are starting using smart contract...