ethers-to-web3
Exports a function which takes an ethers.js Signer or Provider of any type, and gives you a Web3-compatible provider you can use with libraries which need it.
Usage
const Wallet = ;const InfuraProvider = ;const signer = pvtKey;const toWeb3Provider = ; const web3Provider = ; // now you can use this with Web3 or something that needs a Web3 provider
Author
Raymond Pulver IV