diff --git a/src/components/transactions/Supply/SupplyActions.tsx b/src/components/transactions/Supply/SupplyActions.tsx index 705c0b2fc1..2b921d5e6d 100644 --- a/src/components/transactions/Supply/SupplyActions.tsx +++ b/src/components/transactions/Supply/SupplyActions.tsx @@ -108,6 +108,7 @@ export const SupplyActions = React.memo( signatureAmount: amountToSupply, onApprovalTxConfirmed: fetchApprovedAmount, onSignTxCompleted: (signedParams) => setSignatureParams(signedParams), + amountToApprove: parseUnits(amountToSupply, decimals).toString(), }); useEffect(() => {