@dydxprotocol/v4-localization 1.1.175 → 1.1.176

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.
@@ -2089,7 +2089,7 @@
2089
2089
  "BLOCKED_BANNER_MESSAGE": "Perpetuals are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in a blocked country or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}. If you think this is an error, please contact support in the {HELP_LINK}."
2090
2090
  },
2091
2091
  "PREDICTION_MARKET": {
2092
- "BINARY SETTLEMENT": "Binary Settlement",
2092
+ "BINARY_SETTLEMENT": "Binary Settlement",
2093
2093
  "BINARY_SETTLEMENT_DESC": "Market will automatically settle at $1 if the event occurs. Otherwise, it will settle at $0.001. Price is equivalent to the percentage chance the outcome will occur.",
2094
2094
  "LEVERAGE_TRADE_EVENTS": "Leverage Trade Event Outcomes",
2095
2095
  "LEVERAGE_TRADE_EVENTS_CONTINUATION": "On a wide range of topics, including politics, sports, pop culture, and more.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.175",
3
+ "version": "1.1.176",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1172,7 +1172,7 @@ export const APP_STRING_KEYS = {
1172
1172
 
1173
1173
  // PREDICTION_MARKET
1174
1174
 
1175
- BINARY SETTLEMENT: 'APP.PREDICTION_MARKET.BINARY SETTLEMENT',
1175
+ BINARY_SETTLEMENT: 'APP.PREDICTION_MARKET.BINARY_SETTLEMENT',
1176
1176
  BINARY_SETTLEMENT_DESC: 'APP.PREDICTION_MARKET.BINARY_SETTLEMENT_DESC',
1177
1177
  LEVERAGE_TRADE_EVENTS: 'APP.PREDICTION_MARKET.LEVERAGE_TRADE_EVENTS',
1178
1178
  LEVERAGE_TRADE_EVENTS_CONTINUATION: 'APP.PREDICTION_MARKET.LEVERAGE_TRADE_EVENTS_CONTINUATION',