Skip to content

Commit 1d95b14

Browse files
authored
loss-rebate-notif (#1310)
1 parent 1048f96 commit 1d95b14

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

config/localization_notifications/en/app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@
8888
"TITLE": "$10K in Rewards for PUMP Traders",
8989
"BODY": "Live on dYdX with up to 5x leverage. Limited-time rewards."
9090
},
91+
"DEC_2025_REBATE_NOTIFICATION": {
92+
"TITLE": "Claim your loss rebate today!",
93+
"BODY": "You may be eligible for a {AMOUNT} rebate."
94+
},
9195
"DEPOSIT_DETECTED": {
9296
"TITLE": "Deposit Detected",
9397
"BODY": "Your deposit will arrive in ~30 seconds."

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.368",
3+
"version": "1.1.369",
44
"description": "v4 localization",
55
"main": "index.ts",
66
"scripts": {

scripts/generated/notifications.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
1111
CANCEL_OLD_TRIGGERS_TITLE: 'NOTIFICATIONS.CANCEL_OLD_TRIGGERS.TITLE',
1212
CONDITIONAL_ORDERS_REVAMP_BODY: 'NOTIFICATIONS.CONDITIONAL_ORDERS_REVAMP.BODY',
1313
CONDITIONAL_ORDERS_REVAMP_TITLE: 'NOTIFICATIONS.CONDITIONAL_ORDERS_REVAMP.TITLE',
14+
DEC_2025_REBATE_NOTIFICATION_BODY: 'NOTIFICATIONS.DEC_2025_REBATE_NOTIFICATION.BODY',
15+
DEC_2025_REBATE_NOTIFICATION_TITLE: 'NOTIFICATIONS.DEC_2025_REBATE_NOTIFICATION.TITLE',
1416
DELEVERAGED_BODY: 'NOTIFICATIONS.DELEVERAGED.BODY',
1517
DELEVERAGED_TITLE: 'NOTIFICATIONS.DELEVERAGED.TITLE',
1618
DEPOSIT_CONFIRMED_BODY: 'NOTIFICATIONS.DEPOSIT_CONFIRMED.BODY',

0 commit comments

Comments
 (0)