Skip to content

Commit

Permalink
Merge pull request #17 from the-standard/202406-snagging
Browse files Browse the repository at this point in the history
fix: staking v2 withdraw
  • Loading branch information
ZakMooney authored Jul 1, 2024
2 parents fb09a52 + a1dc652 commit bd4124f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/staking-pool/StakingDecreaseModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const StakingDecreaseModal = ({
address: stakingPoolv2Address,
functionName: "decreaseStake",
args: [
parseEther(tstWithdrawAmount.toString()),
parseEther(eurosWithdrawAmount.toString()),
tstWithdrawAmount,
eurosWithdrawAmount,
],
});
} catch (error) {
Expand Down

0 comments on commit bd4124f

Please sign in to comment.