Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
fix: valid default amount
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Apr 4, 2019
1 parent 652c529 commit f6e342c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/swaptab/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class SwapTab extends React.Component {
quote: 'BTC ⚡',
minAmount: 0,
maxAmount: 0,
baseAmount: 0.001,
baseAmount: 0.05,
quoteAmount: 0,
feeAmount: 0,
errorMessage: '',
Expand Down

0 comments on commit f6e342c

Please sign in to comment.