@dydxprotocol/v4-localization 1.1.370 → 1.1.372

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.
@@ -2713,6 +2713,9 @@
2713
2713
  "NO_FEE_DECEMBER_BANNER": {
2714
2714
  "NO_FEE_DECEMBER_BANNER_TITLE": "December on SOL & BTC Markets"
2715
2715
  },
2716
+ "NO_FEE_JANUARY_BANNER": {
2717
+ "NO_FEE_JANUARY_BANNER_TITLE": "January on SOL & BTC Markets"
2718
+ },
2716
2719
  "LIQUIDATION_REBATES_BANNER": {
2717
2720
  "LIQUIDATION_REBATES_BANNER_TITLE": "Up to $1M in Liquidation Rebates",
2718
2721
  "LIQUIDATION_REBATES_BANNER_CTA": "Biggest Loser Rankings"
@@ -90,7 +90,7 @@
90
90
  },
91
91
  "DEC_2025_REBATE_NOTIFICATION": {
92
92
  "TITLE": "Claim your loss rebate today!",
93
- "BODY": "You may be eligible for a {AMOUNT} rebate."
93
+ "BODY": "You may be eligible for a {AMOUNT} rebate. Claim your rebate from now until January 31st."
94
94
  },
95
95
  "DEPOSIT_DETECTED": {
96
96
  "TITLE": "Deposit Detected",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.370",
3
+ "version": "1.1.372",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1227,6 +1227,10 @@ export const APP_STRING_KEYS = {
1227
1227
 
1228
1228
  NO_FEE_DECEMBER_BANNER_TITLE: 'APP.NO_FEE_DECEMBER_BANNER.NO_FEE_DECEMBER_BANNER_TITLE',
1229
1229
 
1230
+ // NO_FEE_JANUARY_BANNER
1231
+
1232
+ NO_FEE_JANUARY_BANNER_TITLE: 'APP.NO_FEE_JANUARY_BANNER.NO_FEE_JANUARY_BANNER_TITLE',
1233
+
1230
1234
  // NO_FEE_NOVEMBER_BANNER
1231
1235
 
1232
1236
  NO_FEE_NOVEMBER_BANNER_CTA: 'APP.NO_FEE_NOVEMBER_BANNER.NO_FEE_NOVEMBER_BANNER_CTA',