You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replace web3.js methods with ethers.js as a dependency in the RPC class
replace web3.js with ethers.js in all the occurrences where the RPC class is being initialized. Additionally, remove web3.js from the imports if it's not being used for anything else
Context
The RPC class used to manipulate the state of the local network/take snapshots during the unit/integration tests relies on the web3 library - which is passed down its constructor upon initialization.
TODO
Related to #566
The text was updated successfully, but these errors were encountered: