Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit fa783ea

Browse files
committed
Revert "Change singerUpdateLimit to 1"
This reverts commit 2025a7e.
1 parent 2025a7e commit fa783ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/staking/stakeManager/StakeManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ contract StakeManager is
9898
minDeposit = (10**18); // in ERC20 token
9999
minHeimdallFee = (10**18); // in ERC20 token
100100
checkPointBlockInterval = 1024;
101-
signerUpdateLimit = 1;
101+
signerUpdateLimit = 100;
102102

103103
validatorThreshold = 7; //128
104104
NFTCounter = 1;

0 commit comments

Comments
 (0)