diff --git a/contracts/src/Shell.sol b/contracts/src/Shell.sol index 146632afec..708022e6fb 100644 --- a/contracts/src/Shell.sol +++ b/contracts/src/Shell.sol @@ -8,6 +8,11 @@ import {IUpgradable} from "./interfaces/IUpgradable.sol"; import {IShell} from "./interfaces/IShell.sol"; import {ERC1967} from "./utils/ERC1967.sol"; +/** + * @title Shell + * Only used for initial trusted bootstrapping, the operator is removed after that + * so in fact no longer has any use for production. + */ contract Shell is IShell, IUpgradable, IInitializable { address public immutable OPERATOR;