@dydxprotocol/v4-localization
Advanced tools
Comparing version 1.1.224 to 1.1.225
@@ -203,2 +203,10 @@ { | ||
}, | ||
"POSITION_MARGIN": { | ||
"TITLE": "Position Margin", | ||
"BODY": "The amount of collateral backing the position." | ||
}, | ||
"POSITION_LEVERAGE": { | ||
"TITLE": "Position Leverage", | ||
"BODY": "Leverage changes the multiplier on your gains or losses. Increasing your leverage increases how much you would gain / lose on a trade with the same price movement." | ||
}, | ||
"POST_ONLY": { | ||
@@ -205,0 +213,0 @@ "TITLE": "Post-Only", |
{ | ||
"name": "@dydxprotocol/v4-localization", | ||
"version": "1.1.224", | ||
"version": "1.1.225", | ||
"description": "v4 localization", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -154,2 +154,6 @@ // !! GENERATED FILE - DO NOT EDIT | ||
PORTFOLIO_VALUE_TITLE: 'TOOLTIPS.TRADE.PORTFOLIO_VALUE.TITLE', | ||
POSITION_LEVERAGE_BODY: 'TOOLTIPS.TRADE.POSITION_LEVERAGE.BODY', | ||
POSITION_LEVERAGE_TITLE: 'TOOLTIPS.TRADE.POSITION_LEVERAGE.TITLE', | ||
POSITION_MARGIN_BODY: 'TOOLTIPS.TRADE.POSITION_MARGIN.BODY', | ||
POSITION_MARGIN_TITLE: 'TOOLTIPS.TRADE.POSITION_MARGIN.TITLE', | ||
POST_ONLY_BODY: 'TOOLTIPS.TRADE.POST_ONLY.BODY', | ||
@@ -156,0 +160,0 @@ POST_ONLY_TITLE: 'TOOLTIPS.TRADE.POST_ONLY.TITLE', |
3376755
51734