@dydxprotocol/v4-localization 1.1.51 → 1.1.52

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.
@@ -245,6 +245,7 @@
245
245
  "RECENT_TRADES_SHORT": "Trades",
246
246
  "RECENT": "Recent",
247
247
  "RECOMMENDED": "Recommended",
248
+ "RECONNECT_WALLET": "Reconnect wallet",
248
249
  "REFERRAL_CODE": "Referral Code",
249
250
  "REFERRALS": "Referrals",
250
251
  "REFERRER_PERCENT_OFF": "{DISCOUNT}% off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.51",
3
+ "version": "1.1.52",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -442,6 +442,7 @@ export const APP_STRING_KEYS = {
442
442
  RECENT: 'APP.GENERAL.RECENT',
443
443
  RECENT_TRADES_SHORT: 'APP.GENERAL.RECENT_TRADES_SHORT',
444
444
  RECOMMENDED: 'APP.GENERAL.RECOMMENDED',
445
+ RECONNECT_WALLET: 'APP.GENERAL.RECONNECT_WALLET',
445
446
  REFERRALS: 'APP.GENERAL.REFERRALS',
446
447
  REFERRAL_CODE: 'APP.GENERAL.REFERRAL_CODE',
447
448
  REFERRER_PERCENT_OFF: 'APP.GENERAL.REFERRER_PERCENT_OFF',