@dydxprotocol/v4-localization 0.1.3 → 0.1.4

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.
@@ -23,6 +23,10 @@
23
23
  "TITLE": "Account Leverage",
24
24
  "BODY": "Leverage of your account based on all your open positions. Because your account is cross-margined, each open position has its own leverage while also affecting your overall account leverage."
25
25
  },
26
+ "BASE_POSITION_NOTIONAL": {
27
+ "TITLE": "Base Position Notional",
28
+ "BODY": "The maximum position size at which the margin requirements are not increased."
29
+ },
26
30
  "BRACKET_ORDER_SL": {
27
31
  "TITLE": "Stop Loss",
28
32
  "BODY": "Your current trigger price to execute a Stop Loss for this bracket order."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -37,6 +37,8 @@ export const TOOLTIP_STRING_KEYS = {
37
37
 
38
38
  ACCOUNT_LEVERAGE_BODY: 'TOOLTIPS.TRADE.ACCOUNT_LEVERAGE.BODY',
39
39
  ACCOUNT_LEVERAGE_TITLE: 'TOOLTIPS.TRADE.ACCOUNT_LEVERAGE.TITLE',
40
+ BASE_POSITION_NOTIONAL_BODY: 'TOOLTIPS.TRADE.BASE_POSITION_NOTIONAL.BODY',
41
+ BASE_POSITION_NOTIONAL_TITLE: 'TOOLTIPS.TRADE.BASE_POSITION_NOTIONAL.TITLE',
40
42
  BRACKET_ORDER_SL_BODY: 'TOOLTIPS.TRADE.BRACKET_ORDER_SL.BODY',
41
43
  BRACKET_ORDER_SL_TITLE: 'TOOLTIPS.TRADE.BRACKET_ORDER_SL.TITLE',
42
44
  BRACKET_ORDER_TP_BODY: 'TOOLTIPS.TRADE.BRACKET_ORDER_TP.BODY',