From 3474846055622b2475520a9a8a8bac661487cd01 Mon Sep 17 00:00:00 2001 From: Quazia Date: Wed, 27 Mar 2024 15:17:21 -0400 Subject: [PATCH] Fix(IQuestFactory): remove setRewardAllowlistAddress --- contracts/interfaces/IQuestFactory.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/interfaces/IQuestFactory.sol b/contracts/interfaces/IQuestFactory.sol index 593de1ec..9392ab37 100644 --- a/contracts/interfaces/IQuestFactory.sol +++ b/contracts/interfaces/IQuestFactory.sol @@ -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;