Skip to content

Commit

Permalink
Merge pull request #46 from skalenetwork/linter
Browse files Browse the repository at this point in the history
Add interface changes to support linter warning fixes
  • Loading branch information
DimaStebaev authored Aug 28, 2024
2 parents 97f65c5 + b6ba38c commit ba06a79
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 @@ -49,6 +49,7 @@ interface IConstantsHolder {
// Corresponds to the public field
// solhint-disable func-name-mixedcase
// slither-disable-start naming-convention
function BOUNTY_LOCKUP_MONTHS() external view returns (uint256);
function NODE_DEPOSIT() external view returns (uint256);
function SECONDS_TO_YEAR() external view returns (uint32);
function SMALL_DIVISOR() external view returns (uint8);
Expand Down

0 comments on commit ba06a79

Please sign in to comment.