@dydxprotocol/v4-localization 1.1.154 → 1.1.155

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1549,6 +1549,7 @@
1549
1549
  "ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
1550
1550
  "ENTER_AMOUNT_TO_WITHDRAW": "Enter amount to withdraw",
1551
1551
  "CROSS_ACCOUNT": "Cross Account",
1552
+ "VAULT_DESCRIPTION": "This vault provides automated liquidity on all dYdX markets and gets a share of fee revenue. Vaults aim for a market-neutral position by quoting both sides of the book. P&L will vary based on market conditions and there's a risk of losing some or all of the USDC deposited.",
1552
1553
  "TVL": "TVL"
1553
1554
  },
1554
1555
  "NOTIFICATIONS": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.154",
3
+ "version": "1.1.155",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1699,6 +1699,7 @@ export const APP_STRING_KEYS = {
1699
1699
  SLIPPAGE_WARNING: 'APP.VAULTS.SLIPPAGE_WARNING',
1700
1700
  TVL: 'APP.VAULTS.TVL',
1701
1701
  VAULT: 'APP.VAULTS.VAULT',
1702
+ VAULT_DESCRIPTION: 'APP.VAULTS.VAULT_DESCRIPTION',
1702
1703
  VAULT_EQUITY: 'APP.VAULTS.VAULT_EQUITY',
1703
1704
  VAULT_FAQS: 'APP.VAULTS.VAULT_FAQS',
1704
1705
  VAULT_PNL: 'APP.VAULTS.VAULT_PNL',