Skip to content

Commit 6f04571

Browse files
authored
chore(staker): update max stake (#1154)
1 parent f4f50e1 commit 6f04571

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/staker/staker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
var (
2121
logger = log.WithContext("pkg", "staker")
2222
minStake = big.NewInt(0).Mul(big.NewInt(25e6), big.NewInt(1e18))
23-
maxStake = big.NewInt(0).Mul(big.NewInt(400e6), big.NewInt(1e18))
23+
maxStake = big.NewInt(0).Mul(big.NewInt(600e6), big.NewInt(1e18))
2424

2525
lowStakingPeriod = uint32(360) * 24 * 7 // 336 epochs
2626
mediumStakingPeriod = uint32(360) * 24 * 15 // 720 epochs

0 commit comments

Comments
 (0)