@dydxprotocol/v4-localization 1.1.344 → 1.1.345

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.
@@ -1522,6 +1522,7 @@
1522
1522
  "CLEAN_UP": "Clean up",
1523
1523
  "CLOSE_ORDER": "Close order",
1524
1524
  "CLOSE_POSITION": "Close position",
1525
+ "CLOSED_PNL": "Closed PNL",
1525
1526
  "CONFIRM_LEVERAGE": "Confirm leverage",
1526
1527
  "CONFIRM_ORDER": "Confirm {ORDER}",
1527
1528
  "CONFIRMED_DESCRIPTION": "Your trade has been placed.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.344",
3
+ "version": "1.1.345",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1781,6 +1781,7 @@ export const APP_STRING_KEYS = {
1781
1781
  CANCEL_REASON: 'APP.TRADE.CANCEL_REASON',
1782
1782
  CHANGE_24H: 'APP.TRADE.CHANGE_24H',
1783
1783
  CLEAN_UP: 'APP.TRADE.CLEAN_UP',
1784
+ CLOSED_PNL: 'APP.TRADE.CLOSED_PNL',
1784
1785
  CLOSE_ORDER: 'APP.TRADE.CLOSE_ORDER',
1785
1786
  CLOSE_POSITION: 'APP.TRADE.CLOSE_POSITION',
1786
1787
  CONFIRMED_DESCRIPTION: 'APP.TRADE.CONFIRMED_DESCRIPTION',