Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Claim instead of claim (#2220)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin authored Jan 20, 2022
1 parent 5aab634 commit 172b7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/state/claim/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ export function useClaimCallback(account: string | null | undefined): {
return vCowContract.claimMany(...extendedArgs).then((response: TransactionResponse) => {
addTransaction({
hash: response.hash,
summary: `Claimed ${formatSmart(vCowAmount)} vCOW`,
summary: `Claim ${formatSmart(vCowAmount)} vCOW`,
claim: { recipient: account, indices: args[0] as number[] },
})
return response.hash
Expand Down

0 comments on commit 172b7ce

Please sign in to comment.