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-416] Missing field for staking BoostedRewardsModel #1249

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

claudiulataretu
Copy link
Collaborator

Reasoning

  • missing field for returned BoostedRewardsModel

Proposed Changes

  • added farmAddress field

How to test

query StakingBoostedRewardsBatch {
	getStakingBoostedRewardsBatch(
		stakingAddresses: [<address>]
	) {
		farmAddress
		accumulatedRewards
	}
}
  • query should return an address for farmAddress field

Signed-off-by: Claudiu Lataretu <claudiu.lataretu@gmail.com>
@claudiulataretu claudiulataretu merged commit 05abce3 into feat/xexchange-v3 Jan 9, 2024
1 check 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