Skip to content

Commit

Permalink
chore: change min validation value (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeatt authored Jun 26, 2024
1 parent 7494d8a commit 428ccfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type BtcBridgeFormProps = {
onFailOnRamp: () => void;
};

const MIN_DEPOSIT_AMOUNT = 1000;
const MIN_DEPOSIT_AMOUNT = 200000;

const gasEstimatePlaceholder = CurrencyAmount.fromRawAmount(BITCOIN, 0n);

Expand Down

0 comments on commit 428ccfb

Please sign in to comment.