@dydxprotocol/v4-localization 1.1.354 → 1.1.355

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.
@@ -2680,6 +2680,11 @@
2680
2680
  },
2681
2681
  "WORLD_SERIES_BANNER": {
2682
2682
  "WORLD_SERIES_BANNER_TITLE": "The 2025 World Series, Now Tradable on dYdX!"
2683
+ },
2684
+ "NO_FEE_NOVEMBER_BANNER": {
2685
+ "NO_FEE_NOVEMBER_BANNER_TITLE_ACCENT": "No Fee",
2686
+ "NO_FEE_NOVEMBER_BANNER_TITLE": "November on SOL & BTC Markets",
2687
+ "NO_FEE_NOVEMBER_BANNER_CTA": "Trade Bitcoin and Solana now"
2683
2688
  }
2684
2689
  },
2685
2690
  "TOKEN_MIGRATION": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.354",
3
+ "version": "1.1.355",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1212,6 +1212,12 @@ export const APP_STRING_KEYS = {
1212
1212
  UPDATED: 'APP.NOTIFICATIONS.UPDATED',
1213
1213
  UPDATING: 'APP.NOTIFICATIONS.UPDATING',
1214
1214
 
1215
+ // NO_FEE_NOVEMBER_BANNER
1216
+
1217
+ NO_FEE_NOVEMBER_BANNER_CTA: 'APP.NO_FEE_NOVEMBER_BANNER.NO_FEE_NOVEMBER_BANNER_CTA',
1218
+ NO_FEE_NOVEMBER_BANNER_TITLE: 'APP.NO_FEE_NOVEMBER_BANNER.NO_FEE_NOVEMBER_BANNER_TITLE',
1219
+ NO_FEE_NOVEMBER_BANNER_TITLE_ACCENT: 'APP.NO_FEE_NOVEMBER_BANNER.NO_FEE_NOVEMBER_BANNER_TITLE_ACCENT',
1220
+
1215
1221
  // ONBOARDING
1216
1222
 
1217
1223
  ABOUT_WALLETS: 'APP.ONBOARDING.ABOUT_WALLETS',