@dydxprotocol/v4-localization
Advanced tools
Comparing version 1.1.13 to 1.1.14
@@ -158,2 +158,6 @@ { | ||
}, | ||
"POST_ONLY_TIMEINFORCE_GTT": { | ||
"TITLE": "Post-Only", | ||
"BODY": "Post-Only is only available if Time in Force is set to Good Til Time." | ||
}, | ||
"PRICE_IMPACT": { | ||
@@ -171,2 +175,10 @@ "TITLE": "Price Impact", | ||
}, | ||
"REDUCE_ONLY_TIMEINFORCE_IOC_FOK": { | ||
"TITLE": "Reduce-Only", | ||
"BODY": "Reduce-Only is only available if Time in Force is set to IOC or FOK." | ||
}, | ||
"REDUCE_ONLY_EXECUTION_IOC_FOK": { | ||
"TITLE": "Reduce-Only", | ||
"BODY": "Reduce-Only is only available if Execution is set to IOC or FOK." | ||
}, | ||
"SPREAD": { | ||
@@ -173,0 +185,0 @@ "TITLE": "Spread", |
{ | ||
"name": "@dydxprotocol/v4-localization", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "v4 localization", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -113,2 +113,4 @@ // !! GENERATED FILE - DO NOT EDIT | ||
POST_ONLY_TITLE: 'TOOLTIPS.TRADE.POST_ONLY.TITLE', | ||
POST_ONLY_TIMEINFORCE_GTT_BODY: 'TOOLTIPS.TRADE.POST_ONLY_TIMEINFORCE_GTT.BODY', | ||
POST_ONLY_TIMEINFORCE_GTT_TITLE: 'TOOLTIPS.TRADE.POST_ONLY_TIMEINFORCE_GTT.TITLE', | ||
PRICE_IMPACT_BODY: 'TOOLTIPS.TRADE.PRICE_IMPACT.BODY', | ||
@@ -120,2 +122,7 @@ PRICE_IMPACT_TITLE: 'TOOLTIPS.TRADE.PRICE_IMPACT.TITLE', | ||
REDUCE_ONLY_TITLE: 'TOOLTIPS.TRADE.REDUCE_ONLY.TITLE', | ||
REDUCE_ONLY_EXECUTION_IOC_FOK_BODY: 'TOOLTIPS.TRADE.REDUCE_ONLY_EXECUTION_IOC_FOK.BODY', | ||
REDUCE_ONLY_EXECUTION_IOC_FOK_TITLE: 'TOOLTIPS.TRADE.REDUCE_ONLY_EXECUTION_IOC_FOK.TITLE', | ||
REDUCE_ONLY_TIMEINFORCE_IOC_FOK_BODY: 'TOOLTIPS.TRADE.REDUCE_ONLY_TIMEINFORCE_IOC_FOK.BODY', | ||
REDUCE_ONLY_TIMEINFORCE_IOC_FOK_TITLE: 'TOOLTIPS.TRADE.REDUCE_ONLY_TIMEINFORCE_IOC_FOK.TITLE', | ||
REWARD_HISTORY_BODY: 'TOOLTIPS.TRADE.REWARD_HISTORY.BODY', | ||
SPREAD_BODY: 'TOOLTIPS.TRADE.SPREAD.BODY', | ||
@@ -122,0 +129,0 @@ SPREAD_TITLE: 'TOOLTIPS.TRADE.SPREAD.TITLE', |
Sorry, the diff of this file is too big to display
2331412
38442