Skip to content

Commit

Permalink
Comments on Shell
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Oct 21, 2024
1 parent e87ddb2 commit ecea55c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/src/Shell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ecea55c

Please sign in to comment.