We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a4efb commit 2f03ee8Copy full SHA for 2f03ee8
src/components/transactions/Supply/SupplyActions.tsx
@@ -108,6 +108,7 @@ export const SupplyActions = React.memo(
108
signatureAmount: amountToSupply,
109
onApprovalTxConfirmed: fetchApprovedAmount,
110
onSignTxCompleted: (signedParams) => setSignatureParams(signedParams),
111
+ amountToApprove: parseUnits(amountToSupply, decimals).toString(),
112
});
113
114
useEffect(() => {
0 commit comments