@dydxprotocol/v4-localization 1.1.275 → 1.1.276

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.
@@ -2673,6 +2673,7 @@
2673
2673
  "LOSS_COLON": "Loss:",
2674
2674
  "PRICE_MUST_POSITIVE": "All input prices must be positive. Please adjust your input prices.",
2675
2675
  "PROFIT_COLON": "Profit:",
2676
+ "TRIGGERS_EQUITY_TIER_ERROR": "Can't place order due to equity tier limit. The current subaccount has {CURRENT_EQUITY} in equity and thus can only have up to {MAX_ORDERS} open orders. Bring equity up to {NEXT_TIER_EQUITY} in this subaccount to increase the limit.",
2676
2677
  "SELL_TRIGGER_TOO_CLOSE_TO_LIQUIDATION_PRICE_NO_LIMIT": "Your trigger price is too close to your liquidation price - this order may not execute fully before you get liquidated. Please enter a trigger price above {TRIGGER_PRICE_LIMIT}.",
2677
2678
  "STOP_LOSS_LIMIT_MUST_ABOVE_TRIGGER_PRICE": "Your stop loss limit price must be above your trigger price for this order to fill when it triggers. Please adjust your limit price.",
2678
2679
  "STOP_LOSS_LIMIT_MUST_BELOW_TRIGGER_PRICE": "Your stop loss limit price must be below your trigger price for this order to fill when it triggers. Please adjust your limit price.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.275",
3
+ "version": "1.1.276",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -2319,6 +2319,7 @@ export const ERRORS_STRING_KEYS = {
2319
2319
  TAKE_PROFIT_LIMIT_MUST_BELOW_TRIGGER_PRICE: 'ERRORS.TRIGGERS_FORM.TAKE_PROFIT_LIMIT_MUST_BELOW_TRIGGER_PRICE',
2320
2320
  TAKE_PROFIT_TRIGGER_MUST_ABOVE_INDEX_PRICE: 'ERRORS.TRIGGERS_FORM.TAKE_PROFIT_TRIGGER_MUST_ABOVE_INDEX_PRICE',
2321
2321
  TAKE_PROFIT_TRIGGER_MUST_BELOW_INDEX_PRICE: 'ERRORS.TRIGGERS_FORM.TAKE_PROFIT_TRIGGER_MUST_BELOW_INDEX_PRICE',
2322
+ TRIGGERS_EQUITY_TIER_ERROR: 'ERRORS.TRIGGERS_FORM.TRIGGERS_EQUITY_TIER_ERROR',
2322
2323
 
2323
2324
  // TRIGGERS_FORM_TITLE
2324
2325