We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7cc04e commit 6cf2655Copy full SHA for 6cf2655
2 files changed
src/interfaces/IRegistrar.sol
@@ -1,5 +1,5 @@
1
-// SPDX-License-Identifier: Apache-2.0
2
-pragma solidity >=0.8.0 <0.9.0;
+// SPDX-License-Identifier: MIT OR Apache-2.0
+pragma solidity >=0.8.13 <0.9.0;
3
4
/// @title IRegistrar
5
/// @notice Interface for the Registrar contract.
src/interfaces/IValidatorManager.sol
/// @title IValidatorManager
/// @notice Interface for the Validator Manager contract.
0 commit comments