@dydxprotocol/v4-localization 1.1.362 → 1.1.363

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.
@@ -1473,6 +1473,7 @@
1473
1473
  "UNLOCKED": "unlocked",
1474
1474
  "UNTIL_NEXT_EPOCH_ON_DATE": "until the next epoch on {NEXT_EPOCH_DATE}",
1475
1475
  "WEEKLY_PRIZE": "Weekly Prize",
1476
+ "MONTHLY_PRIZE": "Monthly Prize",
1476
1477
  "VIEW_FEES": "View fees",
1477
1478
  "VIEW_FEE_STRUCTURE": "View fee structure",
1478
1479
  "VIEW_FILLS": "View fills",
@@ -2314,7 +2315,8 @@
2314
2315
  "SURGE_HOW_TO_EARN_2": "Retail (25%) - For taker trades made through the dYdX web and mobile interfaces.",
2315
2316
  "SURGE_HOW_TO_EARN_3": "Activation (0%) - Designed to incentivize new features, DYDX staking, liquidity in key markets, and re-engagement of past users.",
2316
2317
  "SURGE_LEADERBOARD_TITLE": "Surge Leaderboard",
2317
- "WEEK_COUNTDOWN": "Week {WEEK} Countdown"
2318
+ "WEEK_COUNTDOWN": "Week {WEEK} Countdown",
2319
+ "MONTH_COUNTDOWN": "Month {MONTH} Countdown"
2318
2320
  },
2319
2321
  "EPOCH_END_MODAL": {
2320
2322
  "EPOCH_END_EARNED": "You earned {AMOUNT} $DYDX rewards during Epoch {EPOCH_NUMBER}! Claim your rewards on the governance dashboard.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.362",
3
+ "version": "1.1.363",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1467,6 +1467,7 @@ export const APP_STRING_KEYS = {
1467
1467
  MARKET_NOW_LIVE: 'APP.PORTFOLIO.MARKET_NOW_LIVE',
1468
1468
  MIGRATE_DESCRIPTION: 'APP.PORTFOLIO.MIGRATE_DESCRIPTION',
1469
1469
  MIGRATE_NOW: 'APP.PORTFOLIO.MIGRATE_NOW',
1470
+ MONTHLY_PRIZE: 'APP.PORTFOLIO.MONTHLY_PRIZE',
1470
1471
  NAVIGATE_TO_KEPLR: 'APP.PORTFOLIO.NAVIGATE_TO_KEPLR',
1471
1472
  NONE_HELD: 'APP.PORTFOLIO.NONE_HELD',
1472
1473
  NO_TOKENS_TO_MIGRATE: 'APP.PORTFOLIO.NO_TOKENS_TO_MIGRATE',
@@ -1664,6 +1665,7 @@ export const APP_STRING_KEYS = {
1664
1665
  COMPETITION_HEADLINE_DEC_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_HEADLINE_DEC_2025',
1665
1666
  COMPETITION_HEADLINE_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_HEADLINE_NOV_2025',
1666
1667
  COMPETITION_LEADERBOARD_TITLE: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_LEADERBOARD_TITLE',
1668
+ MONTH_COUNTDOWN: 'APP.REWARDS_SURGE_APRIL_2025.MONTH_COUNTDOWN',
1667
1669
  SURGE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE',
1668
1670
  SURGE_BODY: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY',
1669
1671
  SURGE_BODY_DEC_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY_DEC_2025',