@dydxprotocol/v4-localization 1.1.311 → 1.1.312

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.
@@ -1734,6 +1734,7 @@
1734
1734
  "TRIGGER_PRICE": "Trigger Price",
1735
1735
  "TRIGGER_ORDER_CANCELED_BY_FRONTEND": "The trigger order's associated position has been closed or flipped.",
1736
1736
  "TRIGGERS": "Triggers",
1737
+ "TWAP": "TWAP",
1737
1738
  "UNDERCOLLATERALIZED": "Undercollateralized",
1738
1739
  "UNOPENED_ISOLATED_POSITIONS": "Unopened Isolated Positions",
1739
1740
  "UNREALIZED_PNL": "Unrealized P&L",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.311",
3
+ "version": "1.1.312",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1968,6 +1968,7 @@ export const APP_STRING_KEYS = {
1968
1968
  TRIGGER_ORDER_CANCELED_BY_FRONTEND: 'APP.TRADE.TRIGGER_ORDER_CANCELED_BY_FRONTEND',
1969
1969
  TRIGGER_PRICE: 'APP.TRADE.TRIGGER_PRICE',
1970
1970
  TRIGGER_PRICE_SHORT: 'APP.TRADE.TRIGGER_PRICE_SHORT',
1971
+ TWAP: 'APP.TRADE.TWAP',
1971
1972
  UNDERCOLLATERALIZED: 'APP.TRADE.UNDERCOLLATERALIZED',
1972
1973
  UNOPENED_ISOLATED_POSITIONS: 'APP.TRADE.UNOPENED_ISOLATED_POSITIONS',
1973
1974
  UNREALIZED_PNL: 'APP.TRADE.UNREALIZED_PNL',