@dydxprotocol/v4-localization 1.1.313 → 1.1.314

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.
@@ -1371,6 +1371,7 @@
1371
1371
  "EPOCH_NUMBER": "Epoch {EPOCH_NUMBER}",
1372
1372
  "ESTIMATED_FOR_THIS_EPOCH": "estimated for this epoch",
1373
1373
  "ESTIMATED_REWARDS": "Estimated Rewards",
1374
+ "ESTIMATED_MONTHLY_REBATE": "Estimated Monthly Rebate",
1374
1375
  "ESTIMATED_UNLOCKED_REWARDS": "estimated unlocked rewards",
1375
1376
  "EXCHANGE_MARKET_SHARE": "exchange market share",
1376
1377
  "EXPORT": "Export",
@@ -2202,7 +2203,11 @@
2202
2203
  "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}."
2203
2204
  },
2204
2205
  "REWARDS_SURGE_APRIL_2025": {
2206
+ "SURGE": "Surge",
2207
+ "SURGE_COUNTDOWN": "S{SURGE_SEASON} Countdown",
2205
2208
  "SURGE_HEADLINE": "dYdX Surge: Compete for $3M",
2209
+ "SURGE_HEADLINE_SEP_2025": "{REWARD_AMOUNT} in rewards + {REBATE_PERCENT} fee rebate",
2210
+ "SURGE_BODY_SEP_2025": "Up to {REWARD_AMOUNT} in rewards and a {REBATE_PERCENT} fee rebate are distributed to dYdX traders at the end of every month.",
2206
2211
  "SURGE_BODY": "Up to $3M in rewards are distributed to dYdX traders every month. Make your move, click the Leaderboard to learn more.",
2207
2212
  "SURGE_HOW_IT_WORKS": "How It Works",
2208
2213
  "SURGE_HOW_IT_WORKS_1": "To participate, simply make a trade on dYdX.",
@@ -177,8 +177,8 @@
177
177
  "BODY": "Maximum allowed leverage for this market. To limit risk, maximum leverage decreases linearly with position size after a certain threshold."
178
178
  },
179
179
  "MAXIMUM_REWARDS": {
180
- "TITLE": "Estimated Rewards",
181
- "BODY": "Earn rewards when you trade on dYdX. Actual rewards may vary."
180
+ "TITLE": "DYDX Rewards",
181
+ "BODY": "Earn 50% of your fees back in DYDX and compete for your share of {REWARD_AMOUNT} through dYdX Surge! Rewards are paid out at the end of the month"
182
182
  },
183
183
  "NET_FUNDING": {
184
184
  "TITLE": "Net Funding",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.313",
3
+ "version": "1.1.314",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1376,6 +1376,7 @@ export const APP_STRING_KEYS = {
1376
1376
  EARN_DYDX_FOR_TRADING_DESCRIPTION: 'APP.PORTFOLIO.EARN_DYDX_FOR_TRADING_DESCRIPTION',
1377
1377
  EPOCH_NUMBER: 'APP.PORTFOLIO.EPOCH_NUMBER',
1378
1378
  ESTIMATED_FOR_THIS_EPOCH: 'APP.PORTFOLIO.ESTIMATED_FOR_THIS_EPOCH',
1379
+ ESTIMATED_MONTHLY_REBATE: 'APP.PORTFOLIO.ESTIMATED_MONTHLY_REBATE',
1379
1380
  ESTIMATED_REWARDS: 'APP.PORTFOLIO.ESTIMATED_REWARDS',
1380
1381
  ESTIMATED_UNLOCKED_REWARDS: 'APP.PORTFOLIO.ESTIMATED_UNLOCKED_REWARDS',
1381
1382
  EXCHANGE_MARKET_SHARE: 'APP.PORTFOLIO.EXCHANGE_MARKET_SHARE',
@@ -1581,8 +1582,12 @@ export const APP_STRING_KEYS = {
1581
1582
 
1582
1583
  // REWARDS_SURGE_APRIL_2025
1583
1584
 
1585
+ SURGE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE',
1584
1586
  SURGE_BODY: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY',
1587
+ SURGE_BODY_SEP_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY_SEP_2025',
1588
+ SURGE_COUNTDOWN: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_COUNTDOWN',
1585
1589
  SURGE_HEADLINE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE',
1590
+ SURGE_HEADLINE_SEP_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE_SEP_2025',
1586
1591
  SURGE_HOW_IT_WORKS: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS',
1587
1592
  SURGE_HOW_IT_WORKS_1: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS_1',
1588
1593
  SURGE_HOW_IT_WORKS_2: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS_2',