@dydxprotocol/v4-localization 1.1.242 → 1.1.243

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.
@@ -132,6 +132,14 @@
132
132
  "TITLE": "Liquidation Price",
133
133
  "BODY": "If the oracle price of {SYMBOL} drops below the liquidation price, your position will be liquidated. Upon liquidation, your position will be automatically closed and a liquidation fee of at least 1% will be assessed (may be higher depending on liquidity at the time of liquidation)."
134
134
  },
135
+ "LIQUIDATION_PRICE_SHORT": {
136
+ "TITLE": "Liquidation Price",
137
+ "BODY": "If the oracle price of {SYMBOL} rises above the liquidation price, your position will be liquidated. Upon liquidation, your position will be automatically closed and a liquidation fee of at least 1% will be assessed (may be higher depending on liquidity at the time of liquidation)."
138
+ },
139
+ "LIQUIDATION_PRICE_LONG": {
140
+ "TITLE": "Liquidation Price",
141
+ "BODY": "If the oracle price of {SYMBOL} drops below the liquidation price, your position will be liquidated. Upon liquidation, your position will be automatically closed and a liquidation fee of at least 1% will be assessed (may be higher depending on liquidity at the time of liquidation)."
142
+ },
135
143
  "LIQUIDATION_PRICE_GENERAL": {
136
144
  "TITLE": "Liquidation Price",
137
145
  "BODY": "If the oracle price of the position market crosses the liquidation price, your position will be liquidated. Upon liquidation, your position will be automatically closed and a liquidation fee of at least 1% will be assessed (may be higher depending on liquidity at the time of liquidation)."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.242",
3
+ "version": "1.1.243",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -119,6 +119,10 @@ export const TOOLTIP_STRING_KEYS = {
119
119
  LIQUIDATION_PRICE_TITLE: 'TOOLTIPS.TRADE.LIQUIDATION_PRICE.TITLE',
120
120
  LIQUIDATION_PRICE_GENERAL_BODY: 'TOOLTIPS.TRADE.LIQUIDATION_PRICE_GENERAL.BODY',
121
121
  LIQUIDATION_PRICE_GENERAL_TITLE: 'TOOLTIPS.TRADE.LIQUIDATION_PRICE_GENERAL.TITLE',
122
+ LIQUIDATION_PRICE_LONG_BODY: 'TOOLTIPS.TRADE.LIQUIDATION_PRICE_LONG.BODY',
123
+ LIQUIDATION_PRICE_LONG_TITLE: 'TOOLTIPS.TRADE.LIQUIDATION_PRICE_LONG.TITLE',
124
+ LIQUIDATION_PRICE_SHORT_BODY: 'TOOLTIPS.TRADE.LIQUIDATION_PRICE_SHORT.BODY',
125
+ LIQUIDATION_PRICE_SHORT_TITLE: 'TOOLTIPS.TRADE.LIQUIDATION_PRICE_SHORT.TITLE',
122
126
  LIQUIDITY_BODY: 'TOOLTIPS.TRADE.LIQUIDITY.BODY',
123
127
  LIQUIDITY_TITLE: 'TOOLTIPS.TRADE.LIQUIDITY.TITLE',
124
128
  MAINTENANCE_MARGIN_FRACTION_BODY: 'TOOLTIPS.TRADE.MAINTENANCE_MARGIN_FRACTION.BODY',