@dydxprotocol/v4-localization 1.1.400 → 1.1.401

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.
@@ -2821,6 +2821,10 @@
2821
2821
  "NO_FEE_MARCH_BANNER_TITLE": "March on BTC and BONK Markets",
2822
2822
  "NO_FEE_MARCH_BANNER_CTA": "Trade Bitcoin and BONK perps now"
2823
2823
  },
2824
+ "NO_FEE_APRIL_BANNER": {
2825
+ "NO_FEE_APRIL_BANNER_TITLE": "April on BTC and BONK Markets",
2826
+ "NO_FEE_APRIL_BANNER_CTA": "Trade Bitcoin and BONK perps now"
2827
+ },
2824
2828
  "LIQUIDATION_REBATES_BANNER": {
2825
2829
  "LIQUIDATION_REBATES_BANNER_TITLE": "Up to $1M in Liquidation Rebates",
2826
2830
  "LIQUIDATION_REBATES_BANNER_SUBTITLE": "Claim Previous Loss Rebates",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.400",
3
+ "version": "1.1.401",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1272,6 +1272,11 @@ export const APP_STRING_KEYS = {
1272
1272
  UPDATED: 'APP.NOTIFICATIONS.UPDATED',
1273
1273
  UPDATING: 'APP.NOTIFICATIONS.UPDATING',
1274
1274
 
1275
+ // NO_FEE_APRIL_BANNER
1276
+
1277
+ NO_FEE_APRIL_BANNER_CTA: 'APP.NO_FEE_APRIL_BANNER.NO_FEE_APRIL_BANNER_CTA',
1278
+ NO_FEE_APRIL_BANNER_TITLE: 'APP.NO_FEE_APRIL_BANNER.NO_FEE_APRIL_BANNER_TITLE',
1279
+
1275
1280
  // NO_FEE_DECEMBER_BANNER
1276
1281
 
1277
1282
  NO_FEE_DECEMBER_BANNER_TITLE: 'APP.NO_FEE_DECEMBER_BANNER.NO_FEE_DECEMBER_BANNER_TITLE',