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

[MEX-524] Fix missing cache service error #1522

Merged

Conversation

mad2sm0key
Copy link
Contributor

Reasoning

  • cache service is not being properly injected in FarmAbi base service

Proposed Changes

  • use Farm Abi factory to obtain an instance with an injected cache service

How to test

  • N/A

@bogdan-rosianu bogdan-rosianu self-requested a review November 6, 2024 14:15
farmsAddresses(),
);
const farmTokenIDs = await this.farmAbiFactory
.useAbi(Address.Zero().bech32())

Choose a reason for hiding this comment

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

can we use a specific farm version instead of relying on the default case of the switch ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

both options can work

@claudiulataretu claudiulataretu merged commit bb08823 into development Nov 8, 2024
1 check failed
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.

4 participants