From 29634df5e165dedceb0c444426805006da1a662f Mon Sep 17 00:00:00 2001 From: Giorgi Lagidze Date: Fri, 10 Jan 2025 13:27:16 +0400 Subject: [PATCH] comment --- .../contracts/src/framework/plugin/repo/PluginRepoRegistry.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/contracts/src/framework/plugin/repo/PluginRepoRegistry.sol b/packages/contracts/src/framework/plugin/repo/PluginRepoRegistry.sol index 6f58e8df3..83d0b1789 100644 --- a/packages/contracts/src/framework/plugin/repo/PluginRepoRegistry.sol +++ b/packages/contracts/src/framework/plugin/repo/PluginRepoRegistry.sol @@ -49,6 +49,7 @@ contract PluginRepoRegistry is InterfaceBasedRegistry, ProtocolVersion { } /// @notice Registers a plugin repository with a subdomain and address. + /// @dev If subdomain is empty, registration on ENS is skipped. /// @param subdomain The subdomain of the PluginRepo. /// @param pluginRepo The address of the PluginRepo contract. function registerPluginRepo(