@dydxprotocol/v4-localization 1.1.231 → 1.1.232

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.
@@ -2303,6 +2303,7 @@
2303
2303
  "LEVERAGE_TRADE_US_ELECTION": "Leverage trade the outcome of the U.S. Election",
2304
2304
  "PREDICTION_MARKET_DESC": "Prediction Markets will settle at $1 if the event occurs as predicted. Otherwise, they will settle at $0.",
2305
2305
  "PREDICTION_MARKETS": "Prediction Markets",
2306
+ "PREDICTION_MARKET_DISCLAIMER": "Prediction markets have a higher risk of volatility and may result in deleveraging. Read more about prediction markets {HERE}",
2306
2307
  "TRADE_US_PRESIDENTIAL_ELECTION": "Trade the U.S. Presidential Election",
2307
2308
  "TRUMPWIN_DESC": "This is a Prediction Market and will settle at $1 if Donald J. Trump wins the 2024 U.S. Presidential Election. Otherwise, it will settle at $0. {LEARN_MORE} or {DISMISS}."
2308
2309
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.231",
3
+ "version": "1.1.232",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  // !! GENERATED FILE - DO NOT EDIT
2
2
 
3
- // Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
3
+ // Generated from ../config/localization/en/app.json using codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -1335,6 +1335,7 @@ export const APP_STRING_KEYS = {
1335
1335
  LEVERAGE_TRADE_US_ELECTION: 'APP.PREDICTION_MARKET.LEVERAGE_TRADE_US_ELECTION',
1336
1336
  PREDICTION_MARKETS: 'APP.PREDICTION_MARKET.PREDICTION_MARKETS',
1337
1337
  PREDICTION_MARKET_DESC: 'APP.PREDICTION_MARKET.PREDICTION_MARKET_DESC',
1338
+ PREDICTION_MARKET_DISCLAIMER: 'APP.PREDICTION_MARKET.PREDICTION_MARKET_DISCLAIMER',
1338
1339
  TRADE_US_PRESIDENTIAL_ELECTION: 'APP.PREDICTION_MARKET.TRADE_US_PRESIDENTIAL_ELECTION',
1339
1340
  TRUMPWIN_DESC: 'APP.PREDICTION_MARKET.TRUMPWIN_DESC',
1340
1341