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

Replace ethjs-query with @metamask/eth-query #129

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Conversation

mcmire
Copy link
Contributor

@mcmire mcmire commented Nov 20, 2023

For some reason, we are using @metamask/eth-query for consumer-facing code, but we are using ethjs-query for tests. There is no reason to do this, and @metamask/eth-query works just fine.

This means we can also drop @ethereumjs/util since we were also only using it for tests.


Fixes #128.

@mcmire mcmire requested a review from a team as a code owner November 20, 2023 17:34
For some reason, we are using `@metamask/eth-query` for consumer-facing
code, but we are using `ethjs-query` for tests. There is no reason to do
this, and `@metamask/eth-query` works just fine.

This means we can also drop `@ethereumjs/util` since we were also only
using it for tests.
Copy link

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: [email protected]

Copy link
Contributor

@legobeat legobeat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mcmire mcmire merged commit 29546fb into main Nov 20, 2023
6 checks passed
@mcmire mcmire deleted the replace-ethjs-query branch November 20, 2023 20:24
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 this pull request may close these issues.

Replace ethjs-query with @metamask/eth-query
2 participants