@dydxprotocol/v4-localization 1.1.368 → 1.1.369

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.
@@ -88,6 +88,10 @@
88
88
  "TITLE": "$10K in Rewards for PUMP Traders",
89
89
  "BODY": "Live on dYdX with up to 5x leverage. Limited-time rewards."
90
90
  },
91
+ "DEC_2025_REBATE_NOTIFICATION": {
92
+ "TITLE": "Claim your loss rebate today!",
93
+ "BODY": "You may be eligible for a {AMOUNT} rebate."
94
+ },
91
95
  "DEPOSIT_DETECTED": {
92
96
  "TITLE": "Deposit Detected",
93
97
  "BODY": "Your deposit will arrive in ~30 seconds."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.368",
3
+ "version": "1.1.369",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -11,6 +11,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
11
11
  CANCEL_OLD_TRIGGERS_TITLE: 'NOTIFICATIONS.CANCEL_OLD_TRIGGERS.TITLE',
12
12
  CONDITIONAL_ORDERS_REVAMP_BODY: 'NOTIFICATIONS.CONDITIONAL_ORDERS_REVAMP.BODY',
13
13
  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',
14
16
  DELEVERAGED_BODY: 'NOTIFICATIONS.DELEVERAGED.BODY',
15
17
  DELEVERAGED_TITLE: 'NOTIFICATIONS.DELEVERAGED.TITLE',
16
18
  DEPOSIT_CONFIRMED_BODY: 'NOTIFICATIONS.DEPOSIT_CONFIRMED.BODY',