Skip to content

Commit

Permalink
vault deposit min amount (#721)
Browse files Browse the repository at this point in the history
* min amount

* add threshold
  • Loading branch information
tyleroooo authored Sep 30, 2024
1 parent 087f140 commit 8676057
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1681,6 +1681,7 @@
"LOCKED_BALANCE": "Locked Balance",
"WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
"DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
"DEPOSIT_TOO_LOW": "Your deposit amount is below the $20 minimum deposit threshold.",
"ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
"ENTER_AMOUNT_TO_WITHDRAW": "Enter amount to withdraw",
"AVAILABLE_TO_WITHDRAW": "Available to Withdraw",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.206",
"version": "1.1.207",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1843,6 +1843,7 @@ export const APP_STRING_KEYS = {
CONFIRM_WITHDRAW_CTA: 'APP.VAULTS.CONFIRM_WITHDRAW_CTA',
CROSS_ACCOUNT: 'APP.VAULTS.CROSS_ACCOUNT',
DEPOSIT_TOO_HIGH: 'APP.VAULTS.DEPOSIT_TOO_HIGH',
DEPOSIT_TOO_LOW: 'APP.VAULTS.DEPOSIT_TOO_LOW',
ENTER_AMOUNT_TO_DEPOSIT: 'APP.VAULTS.ENTER_AMOUNT_TO_DEPOSIT',
ENTER_AMOUNT_TO_WITHDRAW: 'APP.VAULTS.ENTER_AMOUNT_TO_WITHDRAW',
EST_SLIPPAGE: 'APP.VAULTS.EST_SLIPPAGE',
Expand Down

0 comments on commit 8676057

Please sign in to comment.