Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor RPC class #573

Open
RiccardoBiosas opened this issue May 16, 2022 · 0 comments · May be fixed by #589
Open

Refactor RPC class #573

RiccardoBiosas opened this issue May 16, 2022 · 0 comments · May be fixed by #589
Assignees

Comments

@RiccardoBiosas
Copy link
Contributor

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

  • 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

Related to #566

@kautukkundan kautukkundan self-assigned this May 24, 2022
@kautukkundan kautukkundan linked a pull request May 27, 2022 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants