@dydxprotocol/v4-localization 1.1.274 → 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.
@@ -2116,16 +2116,16 @@
2116
2116
  "TRADING_REWARDS_UNAVAILABLE_IN_US": "These third-party products and services are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in the U.S., Canada or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}."
2117
2117
  },
2118
2118
  "REWARDS_SURGE_APRIL_2025": {
2119
- "HEADLINE": "dYdX Surge: Compete for $2M",
2120
- "BODY": "Up to $2.2M in rewards are distributed to dYdX traders every month. Make your move, click the Leaderboard to learn more.",
2121
- "HOW_IT_WORKS": "How It Works",
2122
- "HOW_IT_WORKS_1": "To participate, simply make a trade on dYdX.",
2123
- "HOW_IT_WORKS_2": "Your trading activity earns you points, which determine your rank on the leaderboard.",
2124
- "HOW_IT_WORKS_3": "Rewards are distributed at the end of each season.",
2125
- "HOW_TO_EARN": "How To Earn More Points",
2126
- "HOW_TO_EARN_1": "General (50%) - Based on trading fees paid by takers, rewarding capital-efficient strategies.",
2127
- "HOW_TO_EARN_2": "Retail (25%) - For taker trades made through the dYdX web and mobile interfaces.",
2128
- "HOW_TO_EARN_3": "Activation (25%) - Designed to incentivize new features, DYDX staking, liquidity in key markets, and re-engagement of past users."
2119
+ "SURGE_HEADLINE": "dYdX Surge: Compete for $2M",
2120
+ "SURGE_BODY": "Up to $2.2M in rewards are distributed to dYdX traders every month. Make your move, click the Leaderboard to learn more.",
2121
+ "SURGE_HOW_IT_WORKS": "How It Works",
2122
+ "SURGE_HOW_IT_WORKS_1": "To participate, simply make a trade on dYdX.",
2123
+ "SURGE_HOW_IT_WORKS_2": "Your trading activity earns you points, which determine your rank on the leaderboard.",
2124
+ "SURGE_HOW_IT_WORKS_3": "Rewards are distributed at the end of each season.",
2125
+ "SURGE_HOW_TO_EARN": "How To Earn More Points",
2126
+ "SURGE_HOW_TO_EARN_1": "General (50%) - Based on trading fees paid by takers, rewarding capital-efficient strategies.",
2127
+ "SURGE_HOW_TO_EARN_2": "Retail (25%) - For taker trades made through the dYdX web and mobile interfaces.",
2128
+ "SURGE_HOW_TO_EARN_3": "Activation (25%) - Designed to incentivize new features, DYDX staking, liquidity in key markets, and re-engagement of past users."
2129
2129
  },
2130
2130
  "EPOCH_END_MODAL": {
2131
2131
  "EPOCH_END_EARNED": "You earned {AMOUNT} $DYDX rewards during Epoch {EPOCH_NUMBER}! Claim your rewards on the governance dashboard.",
@@ -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.274",
3
+ "version": "1.1.276",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1515,16 +1515,16 @@ export const APP_STRING_KEYS = {
1515
1515
 
1516
1516
  // REWARDS_SURGE_APRIL_2025
1517
1517
 
1518
- BODY: 'APP.REWARDS_SURGE_APRIL_2025.BODY',
1519
- HEADLINE: 'APP.REWARDS_SURGE_APRIL_2025.HEADLINE',
1520
- HOW_IT_WORKS: 'APP.REWARDS_SURGE_APRIL_2025.HOW_IT_WORKS',
1521
- HOW_IT_WORKS_1: 'APP.REWARDS_SURGE_APRIL_2025.HOW_IT_WORKS_1',
1522
- HOW_IT_WORKS_2: 'APP.REWARDS_SURGE_APRIL_2025.HOW_IT_WORKS_2',
1523
- HOW_IT_WORKS_3: 'APP.REWARDS_SURGE_APRIL_2025.HOW_IT_WORKS_3',
1524
- HOW_TO_EARN: 'APP.REWARDS_SURGE_APRIL_2025.HOW_TO_EARN',
1525
- HOW_TO_EARN_1: 'APP.REWARDS_SURGE_APRIL_2025.HOW_TO_EARN_1',
1526
- HOW_TO_EARN_2: 'APP.REWARDS_SURGE_APRIL_2025.HOW_TO_EARN_2',
1527
- HOW_TO_EARN_3: 'APP.REWARDS_SURGE_APRIL_2025.HOW_TO_EARN_3',
1518
+ SURGE_BODY: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY',
1519
+ SURGE_HEADLINE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE',
1520
+ SURGE_HOW_IT_WORKS: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS',
1521
+ SURGE_HOW_IT_WORKS_1: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS_1',
1522
+ SURGE_HOW_IT_WORKS_2: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS_2',
1523
+ SURGE_HOW_IT_WORKS_3: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS_3',
1524
+ SURGE_HOW_TO_EARN: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_TO_EARN',
1525
+ SURGE_HOW_TO_EARN_1: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_TO_EARN_1',
1526
+ SURGE_HOW_TO_EARN_2: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_TO_EARN_2',
1527
+ SURGE_HOW_TO_EARN_3: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_TO_EARN_3',
1528
1528
 
1529
1529
  // SHARE_ACTIVITY_MODAL
1530
1530
 
@@ -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