@dydxprotocol/v4-localization 1.1.353 → 1.1.354

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.
@@ -2515,7 +2515,8 @@
2515
2515
  },
2516
2516
  "MARKET_FEE_DISCOUNT": {
2517
2517
  "FEE_DISCOUNT": "Fee Discount",
2518
- "FEE_FREE": "Fee Free"
2518
+ "FEE_FREE": "Fee Free",
2519
+ "NO_FEES": "No Fees"
2519
2520
  },
2520
2521
  "THEME": {
2521
2522
  "THEME": "Theme",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.353",
3
+ "version": "1.1.354",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1007,6 +1007,7 @@ export const APP_STRING_KEYS = {
1007
1007
 
1008
1008
  FEE_DISCOUNT: 'APP.MARKET_FEE_DISCOUNT.FEE_DISCOUNT',
1009
1009
  FEE_FREE: 'APP.MARKET_FEE_DISCOUNT.FEE_FREE',
1010
+ NO_FEES: 'APP.MARKET_FEE_DISCOUNT.NO_FEES',
1010
1011
 
1011
1012
  // MNEMONIC_EXPORT
1012
1013