Skip to content

Commit 63b0f54

Browse files
committed
Update copy for competition
1 parent f4522c1 commit 63b0f54

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

config/localization/en/app.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"COMMISSION_PERCENTAGE": "{PERCENTAGE} commission",
103103
"COMPETITION": "Competition",
104104
"COMPETITIONS": "Competitions",
105+
"REBATES": "Rebates",
105106
"CONFIRM": "Confirm",
106107
"CONFIRM_DEPOSIT": "Confirm deposit",
107108
"CONFIRM_PENDING_DEPOSIT": "Confirm pending deposit",
@@ -1475,6 +1476,7 @@
14751476
"UNTIL_NEXT_EPOCH_ON_DATE": "until the next epoch on {NEXT_EPOCH_DATE}",
14761477
"WEEKLY_PRIZE": "Weekly Prize",
14771478
"MONTHLY_PRIZE": "Monthly Prize",
1479+
"ESTIMATED_PRIZE": "Estimated Prize",
14781480
"VIEW_FEES": "View fees",
14791481
"VIEW_FEE_STRUCTURE": "View fee structure",
14801482
"VIEW_FILLS": "View fills",
@@ -2294,8 +2296,8 @@
22942296
"COMPETITION_LEADERBOARD_TITLE": "PNL Leaderboard",
22952297
"COMPETITION_HEADLINE_NOV_2025": "{REWARD_AMOUNT} in weekly rewards",
22962298
"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.",
2297-
"COMPETITION_HEADLINE_DEC_2025": "Up to {REWARD_AMOUNT} in Liquidation Rebates",
2298-
"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!",
2299+
"COMPETITION_HEADLINE_DEC_2025": "Up to {REWARD_AMOUNT} in Loss Rebates",
2300+
"COMPETITION_BODY_DEC_2025": "The Loss Rebate Pilot Program introduces a gamified incentive layer for traders who are liquidated on dYdX. This December, eligible traders can turn liquidations into an opportunity to earn DYDX rebates.",
22992301
"SURGE": "Surge",
23002302
"SURGE_COUNTDOWN": "S{SURGE_SEASON} Countdown",
23012303
"SURGE_HEADLINE": "dYdX Surge: Compete for $3M",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dydxprotocol/v4-localization",
3-
"version": "1.1.364",
3+
"version": "1.1.365",
44
"description": "v4 localization",
55
"main": "index.ts",
66
"scripts": {

scripts/generated/app.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ export const APP_STRING_KEYS = {
679679
QUEUED: 'APP.GENERAL.QUEUED',
680680
RANKINGS: 'APP.GENERAL.RANKINGS',
681681
REAL_WORLD_ASSET_SHORT: 'APP.GENERAL.REAL_WORLD_ASSET_SHORT',
682+
REBATES: 'APP.GENERAL.REBATES',
682683
RECEIPT: 'APP.GENERAL.RECEIPT',
683684
RECEIVE: 'APP.GENERAL.RECEIVE',
684685
RECENT: 'APP.GENERAL.RECENT',
@@ -1433,6 +1434,7 @@ export const APP_STRING_KEYS = {
14331434
ESTIMATED_FOR_THIS_EPOCH: 'APP.PORTFOLIO.ESTIMATED_FOR_THIS_EPOCH',
14341435
ESTIMATED_MONTHLY_REBATE: 'APP.PORTFOLIO.ESTIMATED_MONTHLY_REBATE',
14351436
ESTIMATED_MONTHLY_REWARD: 'APP.PORTFOLIO.ESTIMATED_MONTHLY_REWARD',
1437+
ESTIMATED_PRIZE: 'APP.PORTFOLIO.ESTIMATED_PRIZE',
14361438
ESTIMATED_REWARDS: 'APP.PORTFOLIO.ESTIMATED_REWARDS',
14371439
ESTIMATED_UNLOCKED_REWARDS: 'APP.PORTFOLIO.ESTIMATED_UNLOCKED_REWARDS',
14381440
EXCHANGE_MARKET_SHARE: 'APP.PORTFOLIO.EXCHANGE_MARKET_SHARE',

0 commit comments

Comments
 (0)