@dydxprotocol/v4-localization 1.1.296 → 1.1.297

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.
@@ -1152,6 +1152,8 @@
1152
1152
  "EXCHANGE_RATE": "Exchange Rate",
1153
1153
  "EXPECTED_DEPOSIT_AMOUNT": "Expected Deposit Amount",
1154
1154
  "FREE_GAS": "Free!",
1155
+ "FREE_INSTANT_DEPOSIT_MAX": "Deposit less than ${MAX_AMOUNT} for free instant deposits.",
1156
+ "FREE_INSTANT_DEPOSIT_MIN": "Deposit ${MIN_AMOUNT}+ for free instant deposits.",
1155
1157
  "GASLESS_DEPOSITS_DESCRIPTION_PLURAL": "You have {NUM_DEPOSITS} gasless deposits available.",
1156
1158
  "GASLESS_DEPOSITS_DESCRIPTION_SINGULAR": "You have {NUM_DEPOSITS} gasless deposit available.",
1157
1159
  "GASLESS_DEPOSITS_RESET": "Your gasless deposit limit resets every three days.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.296",
3
+ "version": "1.1.297",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -175,6 +175,8 @@ export const APP_STRING_KEYS = {
175
175
  EXCHANGE_RECEIVED: 'APP.DEPOSIT_MODAL.EXCHANGE_RECEIVED',
176
176
  EXPECTED_DEPOSIT_AMOUNT: 'APP.DEPOSIT_MODAL.EXPECTED_DEPOSIT_AMOUNT',
177
177
  FREE_GAS: 'APP.DEPOSIT_MODAL.FREE_GAS',
178
+ FREE_INSTANT_DEPOSIT_MAX: 'APP.DEPOSIT_MODAL.FREE_INSTANT_DEPOSIT_MAX',
179
+ FREE_INSTANT_DEPOSIT_MIN: 'APP.DEPOSIT_MODAL.FREE_INSTANT_DEPOSIT_MIN',
178
180
  GASLESS_DEPOSITS_DESCRIPTION_PLURAL: 'APP.DEPOSIT_MODAL.GASLESS_DEPOSITS_DESCRIPTION_PLURAL',
179
181
  GASLESS_DEPOSITS_DESCRIPTION_SINGULAR: 'APP.DEPOSIT_MODAL.GASLESS_DEPOSITS_DESCRIPTION_SINGULAR',
180
182
  GASLESS_DEPOSITS_RESET: 'APP.DEPOSIT_MODAL.GASLESS_DEPOSITS_RESET',