@dydxprotocol/v4-localization 0.0.12 → 0.0.13

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.
@@ -501,6 +501,7 @@
501
501
  "MAX_SLIPPAGE": "Max Slippage",
502
502
  "MINIMUM_DEPOSIT_MET": "Nice! Your deposit meets the gasless deposit minimum of {GASLESS_DEPOSIT_THRESHOLD} {SYMBOL}. dYdX will cover the gas fees for this deposit.",
503
503
  "MINIMUM_DEPOSIT_UNMET": "Deposit at least {GASLESS_DEPOSIT_THRESHOLD} {SYMBOL} and dYdX will pay the gas fees for this deposit!",
504
+ "EXCHANGE_RECEIVED": "Receive",
504
505
  "SET_ALLOWANCE_EXPLANATION": "You must enable {SYMBOL} the first time you deposit on dYdX. You will only have to do this once.",
505
506
  "SETTING_ALLOWANCE_EXPLANATION": "You will be able to deposit once your enable {SYMBOL} transaction confirms. You only have to do this once per asset.",
506
507
  "SLIPPAGE": "Slippage",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -114,6 +114,7 @@ export const APP_STRING_KEYS = {
114
114
  ENABLE_SYMBOL_ON_DYDX: 'APP.DEPOSIT_MODAL.ENABLE_SYMBOL_ON_DYDX',
115
115
  ENABLING_SYMBOL: 'APP.DEPOSIT_MODAL.ENABLING_SYMBOL',
116
116
  EXCHANGE_RATE: 'APP.DEPOSIT_MODAL.EXCHANGE_RATE',
117
+ EXCHANGE_RECEIVED: 'APP.DEPOSIT_MODAL.EXCHANGE_RECEIVED',
117
118
  FREE_GAS: 'APP.DEPOSIT_MODAL.FREE_GAS',
118
119
  GASLESS_DEPOSITS_DESCRIPTION_PLURAL: 'APP.DEPOSIT_MODAL.GASLESS_DEPOSITS_DESCRIPTION_PLURAL',
119
120
  GASLESS_DEPOSITS_DESCRIPTION_SINGULAR: 'APP.DEPOSIT_MODAL.GASLESS_DEPOSITS_DESCRIPTION_SINGULAR',