@dydxprotocol/v4-localization 1.1.218 → 1.1.220

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.
@@ -1700,6 +1700,9 @@
1700
1700
  "YOU_HAVE_NO_VAULT_DEPOSITS": "You have no vault deposits.",
1701
1701
  "SLIPPAGE_ACK": "I understand that withdrawing now will result in {AMOUNT} slippage.",
1702
1702
  "ACKNOWLEDGE_HIGH_SLIPPAGE": "Acknowledge High Slippage",
1703
+ "ACKNOWLEDGE_MEGAVAULT_TERMS": "Agree to MegaVault Terms",
1704
+ "MEGAVAULT_TERMS_TEXT": "By clicking \"{CONFIRM_BUTTON_TEXT}\", you agree to the {LINK}.",
1705
+ "MEGAVAULT_TERMS_LINK_TEXT": "MegaVault Terms",
1703
1706
  "SLIPPAGE_WARNING": "This withdrawal would result in {AMOUNT} slippage. Slippage may be reduced if you withdraw at a later time. For more information, see {LINK}.",
1704
1707
  "EST_SLIPPAGE": "Est. slippage",
1705
1708
  "ESTIMATED_SLIPPAGE": "Estimated Slippage",
@@ -1720,7 +1723,7 @@
1720
1723
  "CONFIRM_DEPOSIT_CTA": "Confirm Deposit",
1721
1724
  "AMOUNT_TO_DEPOSIT": "Amount to Deposit",
1722
1725
  "CROSS_ACCOUNT": "Cross Account",
1723
- "VAULT_DESCRIPTION": "This vault provides automated liquidity on all dYdX markets and gets a share of fee revenue. The vault aims 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. dYdX Trading Inc. is not the operator of this vault. The operator was selected by dYdX community.",
1726
+ "VAULT_DESCRIPTION": "This vault provides automated liquidity on all dYdX markets and gets a share of fee revenue. The vault aims 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. This vault is operated by {OPERATOR_NAME}. The operator was selected by the dYdX community. {OPERATOR_LEARN_MORE}.",
1724
1727
  "TVL": "TVL"
1725
1728
  },
1726
1729
  "NOTIFICATIONS": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.218",
3
+ "version": "1.1.220",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1851,6 +1851,7 @@ export const APP_STRING_KEYS = {
1851
1851
  // VAULTS
1852
1852
 
1853
1853
  ACKNOWLEDGE_HIGH_SLIPPAGE: 'APP.VAULTS.ACKNOWLEDGE_HIGH_SLIPPAGE',
1854
+ ACKNOWLEDGE_MEGAVAULT_TERMS: 'APP.VAULTS.ACKNOWLEDGE_MEGAVAULT_TERMS',
1854
1855
  AMOUNT_TO_DEPOSIT: 'APP.VAULTS.AMOUNT_TO_DEPOSIT',
1855
1856
  AMOUNT_TO_WITHDRAW: 'APP.VAULTS.AMOUNT_TO_WITHDRAW',
1856
1857
  APR: 'APP.VAULTS.APR',
@@ -1874,6 +1875,8 @@ export const APP_STRING_KEYS = {
1874
1875
  MEGAVAULT_DEPOSIT_SUCCESSFUL: 'APP.VAULTS.MEGAVAULT_DEPOSIT_SUCCESSFUL',
1875
1876
  MEGAVAULT_DEPOSIT_SUCCESSFUL_BODY: 'APP.VAULTS.MEGAVAULT_DEPOSIT_SUCCESSFUL_BODY',
1876
1877
  MEGAVAULT_FAQS: 'APP.VAULTS.MEGAVAULT_FAQS',
1878
+ MEGAVAULT_TERMS_LINK_TEXT: 'APP.VAULTS.MEGAVAULT_TERMS_LINK_TEXT',
1879
+ MEGAVAULT_TERMS_TEXT: 'APP.VAULTS.MEGAVAULT_TERMS_TEXT',
1877
1880
  MEGAVAULT_TRANSFERS: 'APP.VAULTS.MEGAVAULT_TRANSFERS',
1878
1881
  MEGAVAULT_TRANSFERS_DESCRIPTION: 'APP.VAULTS.MEGAVAULT_TRANSFERS_DESCRIPTION',
1879
1882
  MEGAVAULT_WITHDRAWAL_FAILED: 'APP.VAULTS.MEGAVAULT_WITHDRAWAL_FAILED',