diff --git a/src/components/staking-pool/StakingDecreaseModal.jsx b/src/components/staking-pool/StakingDecreaseModal.jsx index a8d13cf..415383e 100644 --- a/src/components/staking-pool/StakingDecreaseModal.jsx +++ b/src/components/staking-pool/StakingDecreaseModal.jsx @@ -59,8 +59,8 @@ const StakingDecreaseModal = ({ address: stakingPoolv2Address, functionName: "decreaseStake", args: [ - parseEther(tstWithdrawAmount.toString()), - parseEther(eurosWithdrawAmount.toString()), + tstWithdrawAmount, + eurosWithdrawAmount, ], }); } catch (error) {