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 215 web3-react issues
Sort by recently updated
recently updated
newest added

Hi, I'm upgrading from the 6.x library to 8x and I'm having problems with the walletconnectv2 connector. I get this error: ``` Error connecting to wallet: Error: Invalid chainId 5....

I am using this library to connect to metamask wallet. And I'd like to connect to a contract from Ethereum network. I found this library only focus on wallet and...

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

I am using `web3-react` to connect to Metamask and it works perfect, I am able to get the accounts and balances from the connector. However, I found the `deactivate` method...

fix: Invalid chainId 1. Make sure default chain is included in "chains" - chains specified in "optionalChains" may not be selected as the default, as they may not be supported...

Seeing an error when trying to use wallet connect in our dapp when deployed on IPFS. Relevant code looks like this: ``` import { initializeConnector } from '@web3-react/core'; import {...

## Description This PR implements a Ledger connector. It is based on the work done here https://github.com/Uniswap/web3-react/pull/877. But iterates over it in one critical way: **It loads the [@ledgerhq/connect-kit](https://github.com/LedgerHQ/connect-kit?tab=readme-ov-file#-important-notice-) package...

@mousewifhat, kind reminder: please pay fee: **500 TWT** with the memo **27116** to the address `bnb158fgd782we4tz9vwwcj9pmmxvxhl6z46lfm7c8`. Alternatively, 5 BNB is also accepted (same memo & address). **QR** code: [Trust]( https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=https%3A%2F%2Flink.trustwallet.com%2Fsend%3Fcoin%3D714%26address%3Dbnb158fgd782we4tz9vwwcj9pmmxvxhl6z46lfm7c8%26amount%3D500%26memo%3D27116...

Type 'WalletConnect' does not satisfy the constraint 'Connector'. Property 'actions' is protected but type 'Connector' is not a class derived from 'Connector'. getting this issue any sugestions?

Test it locally : ./ `yarn && yarn build ` Add this dependency in exemple/package.json : ` "@web3-react/ledger": "file:../packages/ledger",` ./exemple `pnpm i && pnpm start`