Skip to content

Commit

Permalink
Document protocol rewards interface
Browse files Browse the repository at this point in the history
  • Loading branch information
neokry committed Oct 30, 2023
1 parent 18531cb commit 3284e1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/interfaces/IProtocolRewards.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
pragma solidity 0.8.16;

/// @title IProtocolRewards
/// @notice The interface for deposits & withdrawals for Protocol Rewards
/// @notice Modified from ourzora/zora-protocol/protocol-rewards v1.2.1 (ProtocolRewards.soll)
/// - Uses pragma 0.8.16 instead of 0.8.17
interface IProtocolRewards {
/// @notice Rewards Deposit Event
/// @param creator Creator for NFT rewards
Expand Down

0 comments on commit 3284e1c

Please sign in to comment.