Skip to content

Commit

Permalink
Add TOTAL_SPACE_ON_NODE
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Aug 1, 2024
1 parent 9253ba5 commit e45fa43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/IConstantsHolder.sol
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ interface IConstantsHolder {
function NODE_DEPOSIT() external view returns (uint256);
function SECONDS_TO_YEAR() external view returns (uint32);
function SMALL_DIVISOR() external view returns (uint8);
function TOTAL_SPACE_ON_NODE() external view returns (uint8);
// solhint-enable func-name-mixedcase
function msr() external view returns (uint);
function launchTimestamp() external view returns (uint);
Expand Down

0 comments on commit e45fa43

Please sign in to comment.