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

chore(refactor): relayFeeCalculator queries #647

Merged
merged 5 commits into from
May 20, 2024

Conversation

james-a-morris
Copy link
Contributor

@james-a-morris james-a-morris commented May 16, 2024

These classes are dynamically resolved with minimal hardcoding. We can condense into a single factory that will make adding new chains more dynamic.

Instead of new EthereumQueries(...) we'd call QueryBase__factory.create(1, ...)

Closes ACX-2147.

Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
@james-a-morris james-a-morris requested a review from bmzig May 16, 2024 14:17
Copy link

linear bot commented May 16, 2024

Copy link
Contributor

@dohaki dohaki left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@james-a-morris james-a-morris merged commit fe26692 into master May 20, 2024
4 checks passed
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.

3 participants