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-532] added gas config for deprecated farm type #1529

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

claudiulataretu
Copy link
Collaborator

Reasoning

  • missing gas limits configs for deprecated farm type

Proposed Changes

  • added missing gas limits config into default config file

How to test

query ExitFarm {
    exitFarm(
        farmAddress: "erd1qqqqqqqqqqqqqpgqqjpfmappkpzq6kdju3mkqepk3d2kcymu0n4srd45sa",
        farmTokenID: "EGLDMEXFL-2ed783",
        farmTokenNonce: 60,
        amount: "2452220725944649483",
        exitAmount: "2452220725944649483"
    ) {
        gasLimit
        data
    }
}
  • query should return transaction

@claudiulataretu claudiulataretu merged commit 1896198 into development Nov 27, 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.

3 participants