Skip to content

Commit

Permalink
Fix(IQuestFactory): remove setRewardAllowlistAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazia committed Mar 27, 2024
1 parent d635f68 commit 3474846
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/interfaces/IQuestFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ interface IQuestFactory {
function setDefaultMintFeeRecipient(address mintFeeRecipient_) external;
function setProtocolFeeRecipient(address protocolFeeRecipient_) external;
function setQuestFee(uint16 questFee_) external;
function setRewardAllowlistAddress(address rewardAddress_, bool allowed_) external;

// Callbacks
function withdrawCallback(string calldata questId_, address protocolFeeRecipient_, uint protocolPayout_, address mintFeeRecipient_, uint mintPayout) external;
Expand Down

0 comments on commit 3474846

Please sign in to comment.