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

Fuji minimum amount of staking time should be 1 day #191

Open
gndelia opened this issue Jan 4, 2023 · 1 comment
Open

Fuji minimum amount of staking time should be 1 day #191

gndelia opened this issue Jan 4, 2023 · 1 comment

Comments

@gndelia
Copy link

gndelia commented Jan 4, 2023

According to the docs

The minimum amount of time one can stake funds for validation is 24 hours

For mainnet, this period is 2 weeks

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

image

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

@chrismahoney
Copy link

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

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

No branches or pull requests

2 participants