Skip to content

Commit

Permalink
Fix renaming of recoverFundsAndDeposit
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed May 16, 2022
1 parent be57767 commit ee45e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-app/src/services/quest.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export async function reclaimQuestUnusedFunds(
const questContract = getQuestContract(quest.address, walletAddress);
if (!questContract) return null;
Logger.debug('Reclaiming quest unused funds...', { quest });
const tx = await questContract.recoverUnclaimedFunds({
const tx = await questContract.recoverFundsAndDeposit({
gasLimit: 1000000,
});
return handleTransaction(tx, onTx);
Expand Down

1 comment on commit ee45e01

@vercel
Copy link

@vercel vercel bot commented on ee45e01 May 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

quests – ./

quests-1hive.vercel.app
quests-git-main-1hive.vercel.app
quests.vercel.app

Please sign in to comment.