@dydxprotocol/v4-localization
Advanced tools
Comparing version 1.1.208 to 1.1.209
@@ -381,3 +381,20 @@ { | ||
} | ||
}, | ||
"VAULT": { | ||
"ESTIMATED_AMOUNT_RECEIVED": { | ||
"BODY": "The estimated amount to receive when withdrawing, which is withdrawal amount minus estimated slippage amount. This amount is an estimation based on the current conditions. The actual amount may be different based on the actual conditions at the execution time." | ||
}, | ||
"ESTIMATED_SLIPPAGE": { | ||
"BODY": "The estimated amount of slippage when withdrawing. The slippage comes from the vault's need to update the current positions to free up margin in order to meet the withdrawal amount. This amount is an estimation based on the current conditions. The actual amount may be different based on the actual conditions at the execution time." | ||
}, | ||
"AVAILABLE_TO_WITHDRAW": { | ||
"BODY": "The amount you can withdraw, which is your vault balance minus any amount that's locked up for new market listings." | ||
}, | ||
"YOUR_VAULT_BALANCE": { | ||
"BODY": "The current value of your deposits. This is calculated based on the vault's current equity and positions." | ||
}, | ||
"YOUR_ALL_TIME_PNL": { | ||
"BODY": "The total PnL over time. This includes historical PnL of your vault deposits." | ||
} | ||
} | ||
} |
{ | ||
"name": "@dydxprotocol/v4-localization", | ||
"version": "1.1.208", | ||
"version": "1.1.209", | ||
"description": "v4 localization", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -207,2 +207,10 @@ // !! GENERATED FILE - DO NOT EDIT | ||
// VAULT | ||
AVAILABLE_TO_WITHDRAW_BODY: 'TOOLTIPS.VAULT.AVAILABLE_TO_WITHDRAW.BODY', | ||
ESTIMATED_AMOUNT_RECEIVED_BODY: 'TOOLTIPS.VAULT.ESTIMATED_AMOUNT_RECEIVED.BODY', | ||
ESTIMATED_SLIPPAGE_BODY: 'TOOLTIPS.VAULT.ESTIMATED_SLIPPAGE.BODY', | ||
YOUR_ALL_TIME_PNL_BODY: 'TOOLTIPS.VAULT.YOUR_ALL_TIME_PNL.BODY', | ||
YOUR_VAULT_BALANCE_BODY: 'TOOLTIPS.VAULT.YOUR_VAULT_BALANCE.BODY', | ||
// WITHDRAW | ||
@@ -209,0 +217,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3215085
49399