diff --git a/contracts/teleporter/registry/TeleporterRegistryOwnableApp.sol b/contracts/teleporter/registry/TeleporterRegistryOwnableApp.sol index f3dfd9160..42601e48e 100644 --- a/contracts/teleporter/registry/TeleporterRegistryOwnableApp.sol +++ b/contracts/teleporter/registry/TeleporterRegistryOwnableApp.sol @@ -10,7 +10,8 @@ import {Ownable} from "@openzeppelin/contracts@5.0.2/access/Ownable.sol"; /** * @dev Contract that inherits {TeleporterRegistryApp} and allows - * only owners of the contract to update the minimum Teleporter version. + * only owners of the contract to update the minimum Teleporter version or + * pause and unpause specific Teleporter versions. * * @custom:security-contact https://github.com/ava-labs/teleporter/blob/main/SECURITY.md */ diff --git a/contracts/teleporter/registry/TeleporterRegistryOwnableAppUpgradeable.sol b/contracts/teleporter/registry/TeleporterRegistryOwnableAppUpgradeable.sol index 7e2770346..49a7a4743 100644 --- a/contracts/teleporter/registry/TeleporterRegistryOwnableAppUpgradeable.sol +++ b/contracts/teleporter/registry/TeleporterRegistryOwnableAppUpgradeable.sol @@ -11,7 +11,8 @@ import {OwnableUpgradeable} from /** * @dev Contract that inherits {TeleporterRegistryAppUpgradeable} and allows - * only owners of the contract to update the minimum Teleporter version. + * only owners of the contract to update the minimum Teleporter version or + * pause and unpause specific Teleporter versions. * * @custom:security-contact https://github.com/ava-labs/teleporter/blob/main/SECURITY.md */