We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f50e1 commit 6f04571Copy full SHA for 6f04571
1 file changed
builtin/staker/staker.go
@@ -20,7 +20,7 @@ import (
20
var (
21
logger = log.WithContext("pkg", "staker")
22
minStake = big.NewInt(0).Mul(big.NewInt(25e6), big.NewInt(1e18))
23
- maxStake = big.NewInt(0).Mul(big.NewInt(400e6), big.NewInt(1e18))
+ maxStake = big.NewInt(0).Mul(big.NewInt(600e6), big.NewInt(1e18))
24
25
lowStakingPeriod = uint32(360) * 24 * 7 // 336 epochs
26
mediumStakingPeriod = uint32(360) * 24 * 15 // 720 epochs
0 commit comments