@dydxprotocol/v4-localization 1.1.401 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.401",
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',