Skip to content

Commit

Permalink
fix: changeCommitmentLevelLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
pegahcarter committed Dec 9, 2024
1 parent 0999c97 commit 9f9735f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/hub/interfaces/IHub.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface IHub {
event OnboardingSet(address);
event MarketSet(uint256);
event CommitmentSet(uint256);
event changeCommitmentLevelLevel(address indexed who, uint32 oldCommitmentLevel, uint32 newCommitmentLevelLevel);
event ChangeCommitmentLevel(address indexed who, uint32 oldCommitmentLevel, uint32 newCommitmentLevelLevel);
error PenaltyFactorOutOfRange();
event SetPenaltyFactor(uint128 oldPenaltyFactor, uint128 newPenaltyFactor);

Expand Down

0 comments on commit 9f9735f

Please sign in to comment.