@dydxprotocol/v4-localization 1.1.359 → 1.1.361

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.
@@ -2292,6 +2292,8 @@
2292
2292
  "COMPETITION_LEADERBOARD_TITLE": "PNL Leaderboard",
2293
2293
  "COMPETITION_HEADLINE_NOV_2025": "{REWARD_AMOUNT} in weekly rewards",
2294
2294
  "COMPETITION_BODY_NOV_2025": "Up to {REWARD_AMOUNT} in rewards are up for grabs every week to the best traders on dYdX. Rewards are distributed at the end of each week.",
2295
+ "COMPETITION_HEADLINE_DEC_2025": "Up to {REWARD_AMOUNT} in Liquidation Rebates",
2296
+ "COMPETITION_BODY_DEC_2025": "The Liquidation Rebate Pilot Program introduces a gamified incentive layer for traders who are liquidated on dYdX. This December, traders can now turn liquidations into rewards, earn points, and claim their share of up to {REWARD_AMOUNT} in DYDX rebates!",
2295
2297
  "SURGE": "Surge",
2296
2298
  "SURGE_COUNTDOWN": "S{SURGE_SEASON} Countdown",
2297
2299
  "SURGE_HEADLINE": "dYdX Surge: Compete for $3M",
@@ -2299,6 +2301,8 @@
2299
2301
  "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.",
2300
2302
  "SURGE_HEADLINE_NOV_2025": "{REWARD_AMOUNT} in rewards + {REBATE_PERCENT} fee rebate",
2301
2303
  "SURGE_BODY_NOV_2025": "Up to {REWARD_AMOUNT} in rewards for front end users and a {REBATE_PERCENT} fee rebate are distributed to dYdX traders at the end of every month.",
2304
+ "SURGE_HEADLING_DEC_2025": "{REBATE_PERCENT} fee rebate",
2305
+ "SURGE_BODY_DEC_2025": "{REBATE_PERCENT} fee rebate are distributed to dYdX traders at the end of every month.",
2302
2306
  "SURGE_EST_AMOUNT_TOOLTIP": "Estimated sum of leaderboard rewards + trading fee rebates",
2303
2307
  "SURGE_BODY": "Up to $3M in rewards are distributed to dYdX traders every month. Make your move, click the Leaderboard to learn more.",
2304
2308
  "SURGE_HOW_IT_WORKS": "How It Works",
@@ -196,6 +196,10 @@
196
196
  "TITLE": "DYDX Rewards",
197
197
  "BODY": "Earn {REWARD_PERCENT}% 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"
198
198
  },
199
+ "MAXIMUM_REWARDS_DEC_2025": {
200
+ "TITLE": "DYDX Rewards",
201
+ "BODY": "Earn {REWARD_PERCENT}% of your fees back in DYDX through dYdX Surge! Rewards are paid out at the end of the month"
202
+ },
199
203
  "NET_FUNDING": {
200
204
  "TITLE": "Net Funding",
201
205
  "BODY": "Total funding earned / paid for the lifetime of the current position. Resets if you close your position or change position sides (long to short, or vice versa)."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.359",
3
+ "version": "1.1.361",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1650,11 +1650,14 @@ export const APP_STRING_KEYS = {
1650
1650
 
1651
1651
  // REWARDS_SURGE_APRIL_2025
1652
1652
 
1653
+ COMPETITION_BODY_DEC_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_BODY_DEC_2025',
1653
1654
  COMPETITION_BODY_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_BODY_NOV_2025',
1655
+ COMPETITION_HEADLINE_DEC_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_HEADLINE_DEC_2025',
1654
1656
  COMPETITION_HEADLINE_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_HEADLINE_NOV_2025',
1655
1657
  COMPETITION_LEADERBOARD_TITLE: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_LEADERBOARD_TITLE',
1656
1658
  SURGE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE',
1657
1659
  SURGE_BODY: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY',
1660
+ SURGE_BODY_DEC_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY_DEC_2025',
1658
1661
  SURGE_BODY_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY_NOV_2025',
1659
1662
  SURGE_BODY_SEP_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY_SEP_2025',
1660
1663
  SURGE_COUNTDOWN: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_COUNTDOWN',
@@ -1662,6 +1665,7 @@ export const APP_STRING_KEYS = {
1662
1665
  SURGE_HEADLINE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE',
1663
1666
  SURGE_HEADLINE_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE_NOV_2025',
1664
1667
  SURGE_HEADLINE_SEP_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE_SEP_2025',
1668
+ SURGE_HEADLING_DEC_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLING_DEC_2025',
1665
1669
  SURGE_HOW_IT_WORKS: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS',
1666
1670
  SURGE_HOW_IT_WORKS_1: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS_1',
1667
1671
  SURGE_HOW_IT_WORKS_2: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS_2',
@@ -148,6 +148,8 @@ export const TOOLTIP_STRING_KEYS = {
148
148
  MAXIMUM_LEVERAGE_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_LEVERAGE.TITLE',
149
149
  MAXIMUM_REWARDS_BODY: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS.BODY',
150
150
  MAXIMUM_REWARDS_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS.TITLE',
151
+ MAXIMUM_REWARDS_DEC_2025_BODY: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS_DEC_2025.BODY',
152
+ MAXIMUM_REWARDS_DEC_2025_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS_DEC_2025.TITLE',
151
153
  MAXIMUM_REWARDS_SEPT_2025_BODY: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS_SEPT_2025.BODY',
152
154
  MAXIMUM_REWARDS_SEPT_2025_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS_SEPT_2025.TITLE',
153
155
  MAX_SLIPPAGE_BODY: 'TOOLTIPS.TRADE.MAX_SLIPPAGE.BODY',