@dydxprotocol/v4-localization 1.1.402 → 1.1.403

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.
@@ -2829,6 +2829,10 @@
2829
2829
  "NO_FEE_APRIL_BANNER_TITLE": "April on BTC and BONK Markets",
2830
2830
  "NO_FEE_APRIL_BANNER_CTA": "Trade Bitcoin and BONK perps now"
2831
2831
  },
2832
+ "NO_FEE_MAY_BANNER": {
2833
+ "NO_FEE_MAY_BANNER_TITLE": "May on BTC and BONK Markets",
2834
+ "NO_FEE_MAY_BANNER_CTA": "Trade Bitcoin and BONK perps now"
2835
+ },
2832
2836
  "LIQUIDATION_REBATES_BANNER": {
2833
2837
  "LIQUIDATION_REBATES_BANNER_TITLE": "Up to $1M in Liquidation Rebates",
2834
2838
  "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.402",
3
+ "version": "1.1.403",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1295,6 +1295,11 @@ export const APP_STRING_KEYS = {
1295
1295
  NO_FEE_MARCH_BANNER_CTA: 'APP.NO_FEE_MARCH_BANNER.NO_FEE_MARCH_BANNER_CTA',
1296
1296
  NO_FEE_MARCH_BANNER_TITLE: 'APP.NO_FEE_MARCH_BANNER.NO_FEE_MARCH_BANNER_TITLE',
1297
1297
 
1298
+ // NO_FEE_MAY_BANNER
1299
+
1300
+ NO_FEE_MAY_BANNER_CTA: 'APP.NO_FEE_MAY_BANNER.NO_FEE_MAY_BANNER_CTA',
1301
+ NO_FEE_MAY_BANNER_TITLE: 'APP.NO_FEE_MAY_BANNER.NO_FEE_MAY_BANNER_TITLE',
1302
+
1298
1303
  // NO_FEE_NOVEMBER_BANNER
1299
1304
 
1300
1305
  NO_FEE_NOVEMBER_BANNER_CTA: 'APP.NO_FEE_NOVEMBER_BANNER.NO_FEE_NOVEMBER_BANNER_CTA',