Skip to content

Commit eaf61bd

Browse files
author
hectiik
authored
Feat: Add State Var MAX_NAME_LENGTH
1 parent 693f5a2 commit eaf61bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FactoryTokenContractV2.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ contract FactoryTokenContractV2 is Ownable, ReentrancyGuard, Pausable {
4343
/// @notice Maximum values for validation
4444
uint256 public constant MAX_SIGNERS = 10;
4545
uint256 public constant MIN_SIGNERS = 2;
46+
uint256 public constant MAX_NAME_LENGTH = 50;
4647

4748

4849
}

0 commit comments

Comments
 (0)