Skip to content

Commit

Permalink
chore: add deprecated createERC20Quest to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandiep committed Jun 18, 2024
1 parent ce525ea commit 4dc1c62
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions contracts/interfaces/IQuestFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,16 @@ interface IQuestFactory {
string memory questName_,
string memory projectName_
) external returns (address);
function createERC20Quest(
address rewardTokenAddress_,
uint256 endTime_,
uint256 startTime_,
uint256 totalParticipants_,
uint256 rewardAmount_,
string memory questId_,
string memory actionType_,
string memory questName_
) external returns (address); // deprecated
function create1155QuestAndQueue(
address rewardTokenAddress_,
uint256 endTime_,
Expand Down

0 comments on commit 4dc1c62

Please sign in to comment.