@dydxprotocol/v4-localization 1.1.191 → 1.1.192

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.
@@ -1230,6 +1230,7 @@
1230
1230
  "STOP_MARKET_ORDERS": "Stop market orders",
1231
1231
  "STOP_MARKET_ORDERS_DESCRIPTION": "Stop market and take profit market orders are here! Quickly and easily set triggers to limit your losses and lock in profits.",
1232
1232
  "TARGET_VOLUME": "Target Volume",
1233
+ "TELEGRAM_INVITE_BANNER": "Thank you for using dYdX! The team would like to offer you a higher level of personalized support and the opportunity to connect directly them. Click {HERE_LINK} to join the dYdX Chain VIP Traders Telegram group.",
1233
1234
  "TESTNET_DEPOSIT_PROMO": "Free, one-click testnet deposits are now available on our Goerli app.",
1234
1235
  "TESTNET_LOWERCASE": "Testnet app",
1235
1236
  "TRADES_DESCRIPTION": "All fee-generating trading activity",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.191",
3
+ "version": "1.1.192",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  // !! GENERATED FILE - DO NOT EDIT
2
2
 
3
- // Generated from ../config/localization/en/app.json using codegen_localization_app.swift
3
+ // Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -1192,6 +1192,7 @@ export const APP_STRING_KEYS = {
1192
1192
  STOP_MARKET_ORDERS: 'APP.PORTFOLIO.STOP_MARKET_ORDERS',
1193
1193
  STOP_MARKET_ORDERS_DESCRIPTION: 'APP.PORTFOLIO.STOP_MARKET_ORDERS_DESCRIPTION',
1194
1194
  TARGET_VOLUME: 'APP.PORTFOLIO.TARGET_VOLUME',
1195
+ TELEGRAM_INVITE_BANNER: 'APP.PORTFOLIO.TELEGRAM_INVITE_BANNER',
1195
1196
  TESTNET_DEPOSIT_PROMO: 'APP.PORTFOLIO.TESTNET_DEPOSIT_PROMO',
1196
1197
  TESTNET_LOWERCASE: 'APP.PORTFOLIO.TESTNET_LOWERCASE',
1197
1198
  TRADES_DESCRIPTION: 'APP.PORTFOLIO.TRADES_DESCRIPTION',