We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400982f commit fd7bfeaCopy full SHA for fd7bfea
contracts/mocks/MockProfileCreationProxy.sol
@@ -10,7 +10,7 @@ import {Errors} from '../libraries/Errors.sol';
10
* @title MockProfileCreationProxy
11
* @author Lens Protocol
12
*
13
- * @notice This is an ownable proxy contract that enforces ".test" handle suffixes at profile creation.
+ * @notice This is a proxy contract that enforces ".test" handle suffixes and adds char validations at profile creation.
14
*/
15
contract MockProfileCreationProxy {
16
ILensHub immutable LENS_HUB;
0 commit comments