Skip to content

Commit

Permalink
fix unstake function name
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon committed Jan 16, 2025
1 parent ac65a84 commit 19b7121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/components/Staking/Stake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const Stake = () => {
executeWithdraw({
address: VAULT_CONTRACT_ADDRESS,
abi: vaultAbi,
functionName: 'withdraw',
functionName: 'redeem',
args: [amount, address, address],
})
}
Expand Down

0 comments on commit 19b7121

Please sign in to comment.