@dydxprotocol/v4-localization 1.1.347 → 1.1.348

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.
@@ -168,6 +168,10 @@
168
168
  "TITLE": "Margin Used",
169
169
  "BODY": "Percentage of your total cross margin used by open positions."
170
170
  },
171
+ "MARKET_FEE_DISCOUNT": {
172
+ "TITLE": "Market Fee Discount",
173
+ "BODY": "Enjoy a fee discount for {SYMBOL}. Get {DISCOUNT_PERCENT}% off trading fees on this market."
174
+ },
171
175
  "MAX_WITHDRAW": {
172
176
  "TITLE": "Maximum Fast Withdraw",
173
177
  "BODY": "Maximum amount allowed for a single fast withdraw."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.347",
3
+ "version": "1.1.348",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -140,6 +140,8 @@ export const TOOLTIP_STRING_KEYS = {
140
140
  MARGIN_USAGE_TITLE: 'TOOLTIPS.TRADE.MARGIN_USAGE.TITLE',
141
141
  MARGIN_USED_BODY: 'TOOLTIPS.TRADE.MARGIN_USED.BODY',
142
142
  MARGIN_USED_TITLE: 'TOOLTIPS.TRADE.MARGIN_USED.TITLE',
143
+ MARKET_FEE_DISCOUNT_BODY: 'TOOLTIPS.TRADE.MARKET_FEE_DISCOUNT.BODY',
144
+ MARKET_FEE_DISCOUNT_TITLE: 'TOOLTIPS.TRADE.MARKET_FEE_DISCOUNT.TITLE',
143
145
  MAXIMUM_LEVERAGE_BODY: 'TOOLTIPS.TRADE.MAXIMUM_LEVERAGE.BODY',
144
146
  MAXIMUM_LEVERAGE_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_LEVERAGE.TITLE',
145
147
  MAXIMUM_REWARDS_BODY: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS.BODY',