ethers-web3-bridge icon indicating copy to clipboard operation
ethers-web3-bridge copied to clipboard

Allow Web3 instances to connect and use Ethers Providers and Signers.

Results 4 ethers-web3-bridge issues
Sort by recently updated
recently updated
newest added

Hi there! First off, thank you so much for Ethers.js. I use it as much as possible throughout my app. I recently used it to automating contract deployment and account...

Just a tiny fix but I believe the `signer` input in the example in the README should be `wallet`.

`ProvideBridge`'s constructor sets up an interval [here](https://github.com/ethers-io/ethers-web3-bridge/blob/master/index.js#L207) that is impossible to stop and doesn't let node processes finish. Running this script in node is enough to reproduce the problem: ```js...