You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address with non-zero score: 0x81218f94eb7ac182462158efb0666cb9d5e32783
Please let me know how I can set the "rewardToken" field to be optional. Perhaps my understanding of the schema setup is wrong. Would love to understand the problem here.
Update: This seems to be a display issue. I am able to execute the strategy without providing the rewardToken.
The text was updated successfully, but these errors were encountered:
Expected behavior
rewardToken
is an "optional" field. Only thepool
field is a required field as set in the schema.json.Actual behavior
However, while testing the strategy out in the Playground - I see the following
Steps to reproduce the behavior
Test via the gysr-pending-rewards playground.
Sample params
Please let me know how I can set the "rewardToken" field to be optional. Perhaps my understanding of the schema setup is wrong. Would love to understand the problem here.Update: This seems to be a display issue. I am able to execute the strategy without providing the
rewardToken
.The text was updated successfully, but these errors were encountered: