Skip to content

Commit

Permalink
Add SMALL_DIVISOR
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Jun 3, 2024
1 parent fcfc1f0 commit 9f3aa13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/IConstantsHolder.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ interface IConstantsHolder {
// Corresponds to the public field
// solhint-disable-next-line func-name-mixedcase
function NODE_DEPOSIT() external view returns (uint256);
// Corresponds to the public field
// solhint-disable-next-line func-name-mixedcase
function SMALL_DIVISOR() external view returns (uint8);
function msr() external view returns (uint);
function launchTimestamp() external view returns (uint);
function rotationDelay() external view returns (uint);
Expand Down

0 comments on commit 9f3aa13

Please sign in to comment.