You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the minimum deposit is something like 0.00001, the UI will not allow the user to submit a deposit the form (only 0 and 1 are accepted). This is because step is hardcoded to 1, as it was assumed minimum deposits would also be at least 1.
If the minimum deposit is something like
0.00001
, the UI will not allow the user to submit a deposit the form (only 0 and 1 are accepted). This is because step is hardcoded to 1, as it was assumed minimum deposits would also be at least 1.Step should be calculated based on
minDeposit
:cosmos-proposal-builder/src/components/DepositSection.tsx
Lines 50 to 57 in e21eb88
The text was updated successfully, but these errors were encountered: