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
When scheduling a claim, it seems that a default 20 min timer activates from the time the schedule claim tx is approved. Wondering if this should be configurable?
When creating the quest, there was no way to input how to limit x tokens per claim. Again would assume this would be good to be able to configure.
The text was updated successfully, but these errors were encountered:
Right now (for MVP) the delay will be 7 days in gnosis network. However, this is a minimum value and the UI could propose to add more time but I would like to enforce it from where we create the quest but the only time it is submitted to the contract is at the moment the player claim. The enforcement of having a config for the Quest requires modifying some solidity contracts that we don't have ownership of (GovernQueue.sol schedule function if you have some knowledge on solidity and want to have a look at it). This will be something we will investigate in the future tho because it would be great if its configurable because 7 days doesn't fit the needs for everyone
That was for point 1, the point 2 is more of a design decision, we wanted a Quest to be driven by the description, so if the creator wants to only allow like 150HNY max for a claim, having it in the description would be enough and if a Player claims more, the claim will likely be challenged by either of the Creator or any other person. The player does not have any interest in doing that because when he claims, he has to deposit collateral and if his claim is successfully challenged, the Player will then lose his deposit (the deposit is sent to the challenger)
The text was updated successfully, but these errors were encountered: