@dydxprotocol/v4-localization 1.1.250 → 1.1.251

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.
@@ -1284,6 +1284,7 @@
1284
1284
  "FREE_TRADING_DISCLAIMER_PERPETUAL_FUNDING": "perpetual funding",
1285
1285
  "GASLESS_DEPOSITS_NEW_PROMO": "If your first deposit is $1000 or more, dYdX will pay your deposit gas fees!",
1286
1286
  "GASLESS_DEPOSITS_PROMO": "Enjoy zero gas costs on your deposit of $2000 or more, once every three days.",
1287
+ "GIFTED_FEE_TIER_BONUS": "{AFFILIATE} has gifted you a Fee Tier bonus.",
1287
1288
  "GOVERNANCE_DESCRIPTION": "Participate in governance of the dYdX Chain with $DYDX. Available through Keplr.",
1288
1289
  "HAVE_YOU_EXPORTED": "Have you exported your secret phrase?",
1289
1290
  "HAVE_YOU_EXPORTED_DESCRIPTION": "To vote or stake on dYdX Chain, users must utilize a Cosmos-native wallet.",
@@ -1356,7 +1357,8 @@
1356
1357
  "VIEW_FEES": "View fees",
1357
1358
  "VIEW_FEE_STRUCTURE": "View fee structure",
1358
1359
  "VIEW_FILLS": "View fills",
1359
- "VIEW_REWARDS": "View rewards"
1360
+ "VIEW_REWARDS": "View rewards",
1361
+ "YOUR_FEE_TIER": "Your current Fee Tier is {TIER}"
1360
1362
  },
1361
1363
  "TRADE": {
1362
1364
  "ADD_MARGIN": "Add Margin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.250",
3
+ "version": "1.1.251",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1279,6 +1279,7 @@ export const APP_STRING_KEYS = {
1279
1279
  FREE_TRADING_TITLE_ASTERISK_FREE: 'APP.PORTFOLIO.FREE_TRADING_TITLE_ASTERISK_FREE',
1280
1280
  GASLESS_DEPOSITS_NEW_PROMO: 'APP.PORTFOLIO.GASLESS_DEPOSITS_NEW_PROMO',
1281
1281
  GASLESS_DEPOSITS_PROMO: 'APP.PORTFOLIO.GASLESS_DEPOSITS_PROMO',
1282
+ GIFTED_FEE_TIER_BONUS: 'APP.PORTFOLIO.GIFTED_FEE_TIER_BONUS',
1282
1283
  GOVERNANCE_DESCRIPTION: 'APP.PORTFOLIO.GOVERNANCE_DESCRIPTION',
1283
1284
  HAVE_YOU_EXPORTED: 'APP.PORTFOLIO.HAVE_YOU_EXPORTED',
1284
1285
  HAVE_YOU_EXPORTED_DESCRIPTION: 'APP.PORTFOLIO.HAVE_YOU_EXPORTED_DESCRIPTION',
@@ -1351,6 +1352,7 @@ export const APP_STRING_KEYS = {
1351
1352
  VIEW_FEE_STRUCTURE: 'APP.PORTFOLIO.VIEW_FEE_STRUCTURE',
1352
1353
  VIEW_FILLS: 'APP.PORTFOLIO.VIEW_FILLS',
1353
1354
  VIEW_REWARDS: 'APP.PORTFOLIO.VIEW_REWARDS',
1355
+ YOUR_FEE_TIER: 'APP.PORTFOLIO.YOUR_FEE_TIER',
1354
1356
 
1355
1357
  // PREDICTION_MARKET
1356
1358