Comment on page
Switching Your Validator Period
Your validator Period can be 90 - 1825 days, and should be defined in seconds.
const new_period_in_days = <x> * 24 * 60 * 60;
await Portal.switchValidatorPeriod(id, new_period_in_days)
Last modified 9mo ago