web3-react
web3-react copied to clipboard
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
There is a weird issue, wallet connect on most of the devices works fine but some of them only show QRcode. **Current behavior:**  **Expected behavior:**  **Steps to reproduce...
[TronLink](https://www.tronlink.org/) Addresses from Tron Network can't pass `normalizeAccount` function invariant because addresses from this network have 42 symbols in Hex format.
I am using these packages and I get the following warning; "@web3-react/core": "^6.1.9", "@web3-react/injected-connector": "^6.0.7", "@web3-react/walletconnect-connector": "^6.2.13", "@web3-react/walletlink-connector": "^6.2.14", the warning; npm WARN deprecated [email protected]: Renamed to @metamask/safe-event-emitter npm WARN...
When i try to change the current network using the `wallet_switchEthereumChain` from metamask, sometimes it disconnects
`@ethersproject/providers not available` seems like throws from https://github.com/NoahZinsmeister/web3-react/blob/main/packages/core/src/hooks.ts#L16. Print the hidden error here, it's `require is undefined`. Here's the transformed code: ```js let DynamicProvider; function importProvider() { return __awaiter(this, void...
I'm using three wallets (metamask, wallet connect, coinbase wallet). How can I get the current `connector`?
[Here codesanbox example](https://codesandbox.io/s/web3react-demo-mqlydu)
I've set the default ChainId in 137, and Set the chainId in my wallet is 421611, after activating the WalletConnectConnector, it seems strange. Seeing the pic. I think the rpc...
There are cases when you need to get an account immediately after calling activate(). For example to send the account to some storage or something else and do it without...