livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

Replace web3 methods with ethers.js #577

Open RiccardoBiosas opened 2 years ago

RiccardoBiosas commented 2 years ago

Context The code-base uses both web3 (i.e.: here, here and here) and ethers.js method, and as mentioned here we should converge towards consistently using ethers.js. In the process, I think it'd be valuable to make the code more flexible should we swap tools again in the future.

Proposal