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

Commit 2025a7e

Browse files
committed
Change singerUpdateLimit to 1
1 parent 73ed598 commit 2025a7e

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 = 100;
101+
signerUpdateLimit = 1;
102102

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

0 commit comments

Comments
 (0)