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
The minimum amount of time one can stake funds for validation is 2 weeks
When trying to stake in the earn section, there is a Date picker
that forces you to stake a minimum of 2 weeks, regardless of the chain. This is correct for mainnet, for when connected to fuji, it should allow users to stake a minimum of 1 day
The text was updated successfully, but these errors were encountered:
This is unfortunately hard-coded into the AddValidator and Datepicker Vue code, I didn’t get around to tracing it back through to the backend (where this should likely be configured) but hopefully that’s some help in the meantime.
Hint: Search for DAY_MS * 14 and then scratch your head a bit
According to the docs
For mainnet, this period is 2 weeks
When trying to stake in the earn section, there is a Date picker
that forces you to stake a minimum of 2 weeks, regardless of the chain. This is correct for mainnet, for when connected to fuji, it should allow users to stake a minimum of 1 day
The text was updated successfully, but these errors were encountered: