@dydxprotocol/v4-localization 1.1.336 → 1.1.337

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.
@@ -1588,6 +1588,7 @@
1588
1588
  "MAKER": "Maker",
1589
1589
  "MANAGE_YOUR_RISK_STOP": "Manage your risk with a stop order",
1590
1590
  "MARKET_BUY": "market buy",
1591
+ "MARKET_DISCLAIMER": "Trading perpetual contracts involves significant risk, including the potential for sudden and total loss of your investment and margin due to high leverage and market volatility, and may not be suitable for all users. Prices may be influenced by funding rates and liquidity and you may be subject to automatic liquidations without notice.",
1591
1592
  "MARKET_ORDER_DESCRIPTION": "The easiest way to buy or sell {SYMBOL} at market price.",
1592
1593
  "MARKET_ORDER_SHORT": "Market",
1593
1594
  "MARKET_ORDER": "Market Order",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.336",
3
+ "version": "1.1.337",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1843,6 +1843,7 @@ export const APP_STRING_KEYS = {
1843
1843
  MAKER_FEE: 'APP.TRADE.MAKER_FEE',
1844
1844
  MANAGE_YOUR_RISK_STOP: 'APP.TRADE.MANAGE_YOUR_RISK_STOP',
1845
1845
  MARKET_BUY: 'APP.TRADE.MARKET_BUY',
1846
+ MARKET_DISCLAIMER: 'APP.TRADE.MARKET_DISCLAIMER',
1846
1847
  MARKET_ORDER: 'APP.TRADE.MARKET_ORDER',
1847
1848
  MARKET_ORDER_DESCRIPTION: 'APP.TRADE.MARKET_ORDER_DESCRIPTION',
1848
1849
  MARKET_ORDER_SHORT: 'APP.TRADE.MARKET_ORDER_SHORT',