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

Commit

Permalink
Revert "Change singerUpdateLimit to 1"
Browse files Browse the repository at this point in the history
This reverts commit 2025a7e.
  • Loading branch information
cffls committed Nov 1, 2023
1 parent 2025a7e commit fa783ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/staking/stakeManager/StakeManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ contract StakeManager is
minDeposit = (10**18); // in ERC20 token
minHeimdallFee = (10**18); // in ERC20 token
checkPointBlockInterval = 1024;
signerUpdateLimit = 1;
signerUpdateLimit = 100;

validatorThreshold = 7; //128
NFTCounter = 1;
Expand Down

0 comments on commit fa783ea

Please sign in to comment.